Class BuffTemplateDatabase.BuffDictionary
Serializable dictionary mapping buff names to their templates.
[Serializable]
public class BuffTemplateDatabase.BuffDictionary : SerializableDictionary<string, BaseBuffTemplate>, IDictionary<string, BaseBuffTemplate>, ICollection<KeyValuePair<string, BaseBuffTemplate>>, IEnumerable<KeyValuePair<string, BaseBuffTemplate>>, IDictionary, ICollection, IEnumerable, ISerializationCallbackReceiver, IDeserializationCallback, ISerializable
- Inheritance
-
BuffTemplateDatabase.BuffDictionary
- Implements
-
ISerializationCallbackReceiver