diff --git a/Include/Game/Tools/Profile.hpp b/Include/Game/Tools/Profile.hpp index b7bbbc6..380271d 100644 --- a/Include/Game/Tools/Profile.hpp +++ b/Include/Game/Tools/Profile.hpp @@ -94,44 +94,35 @@ class Profile static std::string GetProxyUsername(); static std::string GetProxyPassword(); - void SetRawInteractableMean(std::int32_t Mean); - std::int32_t GetRawInteractableMean(); - void SetRawInteractableDeviation(double Deviation); - double GetRawInteractableDeviation(); - - void SetRawMoveMean(std::int32_t Mean); - std::int32_t GetRawMoveMean(); - void SetRawMoveDeviation(double Deviation); - double GetRawMoveDeviation(); - - void SetRawMouseDownMean(std::int32_t Mean); - std::int32_t GetRawMouseDownMean(); - void SetRawMouseDownDeviation(double Deviation); - double GetRawMouseDownDeviation(); - - void SetRawMouseUpMean(std::int32_t Mean); - std::int32_t GetRawMouseUpMean(); - void SetRawMouseUpDeviation(double Deviation); - double GetRawMouseUpDeviation(); - - void SetRawKeyDownMean(std::int32_t Mean); - std::int32_t GetRawKeyDownMean(); - void SetRawKeyDownDeviation(double Deviation); - double GetRawKeyDownDeviation(); - - void SetRawKeyUpMean(std::int32_t Mean); - std::int32_t GetRawKeyUpMean(); - void SetRawKeyUpDeviation(double Deviation); - double GetRawKeyUpDeviation(); - - - - + static void SetRawInteractableMean(std::int32_t Mean); + static std::int32_t GetRawInteractableMean(); + static void SetRawInteractableDeviation(double Deviation); + static double GetRawInteractableDeviation(); + static void SetRawMoveMean(std::int32_t Mean); + static std::int32_t GetRawMoveMean(); + static void SetRawMoveDeviation(double Deviation); + static double GetRawMoveDeviation(); + static void SetRawMouseDownMean(std::int32_t Mean); + static std::int32_t GetRawMouseDownMean(); + static void SetRawMouseDownDeviation(double Deviation); + static double GetRawMouseDownDeviation(); + static void SetRawMouseUpMean(std::int32_t Mean); + static std::int32_t GetRawMouseUpMean(); + static void SetRawMouseUpDeviation(double Deviation); + static double GetRawMouseUpDeviation(); + static void SetRawKeyDownMean(std::int32_t Mean); + static std::int32_t GetRawKeyDownMean(); + static void SetRawKeyDownDeviation(double Deviation); + static double GetRawKeyDownDeviation(); + static void SetRawKeyUpMean(std::int32_t Mean); + static std::int32_t GetRawKeyUpMean(); + static void SetRawKeyUpDeviation(double Deviation); + static double GetRawKeyUpDeviation(); }; diff --git a/Library/libAlpacaLibrary.a b/Library/libAlpacaLibrary.a index 1cba110..609cd2b 100644 Binary files a/Library/libAlpacaLibrary.a and b/Library/libAlpacaLibrary.a differ