Release 1.00

master
Kasi 2018-09-30 11:29:36 +01:00
parent 88487de374
commit 1b138cc913
2 changed files with 4 additions and 1 deletions

View File

@ -25,8 +25,11 @@ class Combat
static bool IsAutoRetaliating(); static bool IsAutoRetaliating();
static bool ToggleAutoRetaliate(bool Toggle); static bool ToggleAutoRetaliate(bool Toggle);
static std::string GetStyle(); static std::int32_t GetStyleIndex();
static std::string GetStyleString();
static bool SetStyle(const std::string& Style); static bool SetStyle(const std::string& Style);
static bool SetStyle(std::int32_t Index);
}; };
/** @} */ /** @} */

Binary file not shown.