M_MSCLoader_SaveLoad_WriteValue__1_1 - piotrulos/MSCModLoader GitHub Wiki
Write List to save file
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.4.2.410
C#
public static void WriteValue<T>(
Mod mod,
string valueID,
List<T> value
)View Source
- Mod
- Mod Instance
- String
- unique ID under this value will be saved
- List(T)
- List to save
- List type