terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Load()

void LayoutDefinition.Load ( BinaryReader reader)
inlineinherited

Definition at line 81 of file LayoutDefinition.cs.

82 {
83 Type type = base.GetType();
84 this.LoadFields(reader, type, this);
85 }
class f__AnonymousType0<< Count > j__TPar
void LoadFields(BinaryReader reader, Type implementingType, object thisObject)
new Type GetType()
Definition Type.cs:287

References System.Type.GetType(), j__TPar, and LayoutDefinition.LoadFields().