| 
    Infinite Runner Engine
    v2.1
    
   | 
 
Classes | |
| interface | MoreMountains.Tools.IMMSaveLoadManagerMethod | 
| An interface to implement save and load using different methods (binary, json, etc)  More... | |
| class | MoreMountains.Tools.MMSaveLoadManagerEncrypter | 
| This class implements methods to encrypt and decrypt streams  More... | |
Namespaces | |
| namespace | MoreMountains | 
| namespace | MoreMountains.Tools | 
Enumerations | |
| enum | MoreMountains.Tools.MMSaveLoadManagerMethods { MoreMountains.Tools.MMSaveLoadManagerMethods.Json, MoreMountains.Tools.MMSaveLoadManagerMethods.JsonEncrypted, MoreMountains.Tools.MMSaveLoadManagerMethods.Binary, MoreMountains.Tools.MMSaveLoadManagerMethods.BinaryEncrypted } | 
| The possible methods to save and load files to and from disk available in the MMSaveLoadManager  More... | |