SaveData Class

MyDungeon

SaveData Class

SaveData is the base data for saving and loading data
Inheritance Hierarchy
SystemObject  MyDungeon.SavingSaveData

Namespace:  MyDungeon.Saving
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public abstract class SaveData

The SaveData type exposes the following members.

Constructors
  NameDescription
Protected methodSaveData
Initializes a new instance of the SaveData class
Top
See Also