Renamed Sce to SceneFader

This commit is contained in:
2026-06-13 21:31:35 +02:00
parent 24926d01d3
commit 3d78eb5679
4 changed files with 18 additions and 17 deletions

View File

@@ -22,7 +22,8 @@ namespace _2DGAMELIB
.Add("_2DGAMELIB.Joi", typeof(JointPoint))
.Add("_2DGAMELIB.Dif", typeof(MorphVariant))
.Add("_2DGAMELIB.Difs", typeof(VariantGrid))
.Add("_2DGAMELIB.Obj", typeof(BodyTemplate));
.Add("_2DGAMELIB.Obj", typeof(BodyTemplate))
.Add("_2DGAMELIB.Sce", typeof(SceneFader));
private static BinaryFormatter NewFormatter()
{