Release 0.23

master
Kasi 2018-04-04 01:54:59 +01:00
parent fb95d9334b
commit 1d04f9fe0a
3 changed files with 3 additions and 2 deletions

View File

@ -84,7 +84,7 @@ class Box
* @see @ref HybridRandomDocs
* @see @ref MissChanceFollowupDocs
*/
Point GetHybridRandomPoint(double ProbilityX, double ProbilityY, double StandardDeviationX, double StandardDeviationY, bool CheckMissFollowupChance = true) const;
Point GetHybridRandomPoint(double ProbabilityX, double ProbabilityY, double StandardDeviationX, double StandardDeviationY, bool CheckMissFollowupChance = true) const;
/**
* @brief Returns True if the Box contains a Point

View File

@ -18,7 +18,8 @@ class Chat
IDLE,
CLICK_CONTINUE,
SELECT_OPTION,
ENTER_AMOUNT
ENTER_AMOUNT,
LEVEL_UP
} DIALOGUE_STATE;
typedef enum CHAT_TYPE

Binary file not shown.