Infinite Runner Engine v1.9
Classes | Namespaces | Enumerations
MMSaveLoadManagerMethods.cs File Reference

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.Json , MoreMountains.Tools.JsonEncrypted , MoreMountains.Tools.Binary , MoreMountains.Tools.BinaryEncrypted }
 The possible methods to save and load files to and from disk available in the MMSaveLoadManager More...