![]() |
Feel 6.0
The best way to improve your game's feel and make it extra juicy
|
Public Member Functions | |
| void | Save (object objectToSave, FileStream saveFile) |
| Saves the specified object at the specified location after converting it to json. | |
| object | Load (System.Type objectType, FileStream saveFile) |
| Loads the specified file and decodes it. | |
| object MoreMountains.Tools.MMSaveLoadManagerMethodJson.Load | ( | System.Type | objectType, |
| FileStream | saveFile ) |
Loads the specified file and decodes it.
| objectType | |
| saveFile |
Implements MoreMountains.Tools.IMMSaveLoadManagerMethod.
| void MoreMountains.Tools.MMSaveLoadManagerMethodJson.Save | ( | object | objectToSave, |
| FileStream | saveFile ) |
Saves the specified object at the specified location after converting it to json.
| objectToSave | |
| saveFile |
Implements MoreMountains.Tools.IMMSaveLoadManagerMethod.