mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-21 21:17:25 +00:00
Updated description of SetCoins
Updated the description of the Character::SetCoins function to more accurately describe how the function works.
This commit is contained in:
parent
29cf7f8998
commit
f772fedf19
@ -309,8 +309,7 @@ public:
|
||||
const int64_t GetCoins() const { return m_Coins; }
|
||||
|
||||
/**
|
||||
* Updates the current amount of coins of the character by a specified amount, for achievements this is not sent
|
||||
* as it's tracked by the client
|
||||
* Updates the current amount of coins of the character by a specified amount
|
||||
* @param newCoins the amount of coins to update by
|
||||
* @param coinSource The source of the loot
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user