You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
privateconststringPRE_MODS_FIELD=@".field public notserialized static class Planetbase.GameManager mInstance";
29
-
privateconststringMODS_FIELD=@".field public static class [mscorlib]System.Collections.Generic.List`1<class Planetbase.IMod> modList";
30
-
31
-
privateconststringPRE_IMOD=@".class public auto ansi beforefieldinit Planetbase.GameManager";
32
-
privateconststringIMOD=@".class interface public auto ansi abstract Planetbase.IMod
33
-
{
34
-
// Methods
35
-
.method public hidebysig newslot abstract virtual
36
-
instance void Init () cil managed
37
-
{
38
-
} // end of method IMod::Init
39
-
40
-
.method public hidebysig newslot abstract virtual
41
-
instance void Update () cil managed
42
-
{
43
-
} // end of method IMod::Update
44
-
45
-
} // end of class Planetbase.IMod";
29
+
privateconststringMODS_FIELD=@".field public static class [mscorlib]System.Collections.Generic.List`1<class [PlanetbaseFramework]PlanetbaseFramework.ModBase> modList";
46
30
47
31
privateconststringPRE_MOD_FUNCS=@"} // end of class Planetbase.GameManager";
48
32
privateconststringMOD_FUNCS=@".method public hidebysig static
@@ -58,12 +42,12 @@ .locals init (
58
42
[3] int32,
59
43
[4] class [mscorlib]System.Type[],
60
44
[5] int32,
61
-
[6] class Planetbase.IMod,
45
+
[6] class [PlanetbaseFramework]PlanetbaseFramework.ModBase,
62
46
[7] class [mscorlib]System.Exception
63
47
)
64
48
65
-
IL_0000: newobj instance void class [mscorlib]System.Collections.Generic.List`1<class Planetbase.IMod>::.ctor()
66
-
IL_0005: stsfld class [mscorlib]System.Collections.Generic.List`1<class Planetbase.IMod> Planetbase.GameManager::modList
49
+
IL_0000: newobj instance void class [mscorlib]System.Collections.Generic.List`1<class [PlanetbaseFramework]PlanetbaseFramework.ModBase>::.ctor()
50
+
IL_0005: stsfld class [mscorlib]System.Collections.Generic.List`1<class [PlanetbaseFramework]PlanetbaseFramework.ModBase> Planetbase.GameManager::modList
0 commit comments