MyDungeon Documentation
![]() | SaveLoad Class |
SaveLoad contains the Save and Load methods

Namespace: MyDungeon.Saving
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0

C#
public class SaveLoad : MonoBehaviour
The SaveLoad type exposes the following members.


Name | Description | |
---|---|---|
![]() | LoadT |
Reads a JSON file containing game save data
|
![]() | SaveT |
Creates or overwrites a JSON file containing game save data
|

Name | Description | |
---|---|---|
![]() | Invoke |
Invoke using a delegate
(Defined by MonoBehaviourExtensions.) |
