mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
comments
This commit is contained in:
@@ -193,13 +193,13 @@ public:
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds a buff related to equipping a lot to the entity
|
* Adds a buff related to equipping a lot to the entity
|
||||||
* @param lot the lot to find buffs for
|
* @param item the item to find buffs for
|
||||||
*/
|
*/
|
||||||
void ApplyBuff(Item* item) const;
|
void ApplyBuff(Item* item) const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Removes buffs related to equipping a lot from the entity
|
* Removes buffs related to equipping a lot from the entity
|
||||||
* @param lot the lot to find buffs for
|
* @param item the item to find buffs for
|
||||||
*/
|
*/
|
||||||
void RemoveBuff(Item* item) const;
|
void RemoveBuff(Item* item) const;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user