- Improved Initialize //fixed crash when starting Dota
- Fixed More Others
- Added class KeyValue
- Added class ApiManager
- Added class ModifierStatus
- Added class Modifier
- Added enum ModifierAttributes
Ability
- Fixed KeyValue KeyValue
AbilityData
- Fixed KeyValue KeyValue
Game
- Added event FireEvent
- Added event GameStateChanged
- Added event Start
- Added event End
- Removed IEnumerable<string> BrokenApiNames
KeyValue
- Added string Name
- Added bool IsEmpty
- Added KeyValueType Type
- Added bool GetBooleon()
- Added int GetInt32()
- Added ulong GetUInt64()
- Added float GetSingle()
- Added Vector3 GetColor()
- Added string Getstring()
- Added KeyValue FirstKeyValue
- Added KeyValue NextKeyValue
- Added IEnumerable<KeyValue> KeyValues
- Added KeyValue GetKeyValue(string name)