|
Infinite Runner Engine
v2.1
|
A serializable class used to store object data, the key is a string (the object name), the value is a string (the object data) More...
Public Member Functions | |
| DictionaryStringString () | |
Public Member Functions inherited from MoreMountains.Tools.MMSerializableDictionary< string, string > | |
| MMSerializableDictionary () | |
| MMSerializableDictionary (SerializationInfo info, StreamingContext context) | |
| void | OnBeforeSerialize () |
| We save the dictionary to our two lists More... | |
| void | OnAfterDeserialize () |
| Loads our two lists to our dictionary More... | |
Protected Member Functions | |
| DictionaryStringString (SerializationInfo info, StreamingContext context) | |
Additional Inherited Members | |
Protected Attributes inherited from MoreMountains.Tools.MMSerializableDictionary< string, string > | |
| List< TKey > | _keys |
| List< TValue > | _values |
A serializable class used to store object data, the key is a string (the object name), the value is a string (the object data)
| MoreMountains.Tools.DictionaryStringString.DictionaryStringString | ( | ) |
|
protected |