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