Skip to content

ISerialisableFile

Liam edited this page Apr 15, 2020 · 1 revision

Members:

  • string ID { get; set; }
  • string ModuleFolderName { get; }

ID

This is the ID that is used to identify your object.

ModuleFolderName

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.

Clone this wiki locally