Enum SaveFileType
Namespace: ReadyM.Api.Saves
Assembly: ReadyM.Api.dll
Indicates the type of a save file.
public enum SaveFileType
Fields
WorldSave = 0
Indicates a world save file, which contains the state of the world.
PlayerSave = 1
Indicates a player save file, which contains the equipment, inventory, skills, and other data related to a player.