Release 1.56

master
Kasi 2020-10-16 23:36:35 +01:00
parent 7951f3332a
commit 2ddeb1e254
3 changed files with 1 additions and 2 deletions

View File

@ -130,7 +130,7 @@ namespace Internal
std::int32_t GetCrosshairState();
std::vector<std::int32_t> GetCurrentLevels();
std::int32_t GetCurrentWorld();
bool GetDraggingItem();
std::int32_t GetDraggingItemDuration();
Cache GetDynamicObjectCache();
std::vector<ExchangeOffer> GetExchangeOffers();
std::vector<std::int32_t> GetExperiences();

View File

@ -15,7 +15,6 @@ namespace BreakHandler
bool LongBreak(bool Logout = true);
bool Break(bool LogoutOnLong = true, bool LogoutOnShort = true, bool LogoutOnMini = false);
struct BreakTime
{
std::int64_t TimeOfLastBreak;

Binary file not shown.