Release 0.85

master
Kasi 2018-08-25 02:03:50 +01:00
parent 4be546feb3
commit 7f702963de
3 changed files with 7 additions and 2 deletions

View File

@ -109,7 +109,9 @@ class Exchange
static std::int32_t GetCollectSlotID(Exchange::COLLECT_SLOT Slot); static std::int32_t GetCollectSlotID(Exchange::COLLECT_SLOT Slot);
static std::int32_t GetCollectSlotAmount(Exchange::COLLECT_SLOT Slot); static std::int32_t GetCollectSlotAmount(Exchange::COLLECT_SLOT Slot);
static bool AbortOffer(); static bool AbortOffer(const Exchange::SLOT Slot = -1);
static bool OpenOffer(const Exchange::SLOT Slot);
}; };

View File

@ -73,7 +73,10 @@ class Minimap
*/ */
static bool ClickToggleRun(); static bool ClickToggleRun();
static bool ClickTile(const Tile& T); static bool ClickTile(const Tile& T, std::int32_t Random = 5);
static bool WalkPath(const std::vector<Tile> Path, std::int32_t Distance, std::int32_t Random);
}; };
/** @} */ /** @} */

Binary file not shown.