This commit is contained in:
EmosewaMC 2022-03-27 15:28:21 -07:00
parent b459790b2f
commit e43517efe6

View File

@ -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;