-
Notifications
You must be signed in to change notification settings - Fork 7
ISerialisableFile
Liam edited this page Apr 15, 2020
·
1 revision
string ID { get; set; }string ModuleFolderName { get; }
This is the ID that is used to identify your object.
This is the folder name of your mod (the folder inside the game's 'Modules' folder). This must be correct or the system won't be able to find the directory to serialise the object.