M_MSCLoader_SaveLoad_SerializeSaveFile__1 - piotrulos/MSCModLoader GitHub Wiki
Serialize custom save class to custom file (see example) Call Only in OnSave
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.4.2.410
C#
public static void SerializeSaveFile<T>(
Mod mod,
T saveDataClass,
string fileName
)View Source
- Mod
- Mod Instance
- T
- Your class
- String
- Name of the save file
- Your class