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

◆ Save()

void LayoutDefinition.Save ( BinaryWriter writer)
inlineinherited

Definition at line 62 of file LayoutDefinition.cs.

63 {
64 Type type = base.GetType();
65 this.SaveFields(writer, type, this);
66 }
class f__AnonymousType0<< Count > j__TPar
void SaveFields(BinaryWriter writer, Type implementingType, object thisObject)
new Type GetType()
Definition Type.cs:287

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