Almost match CPlayerState::CalculateItemCollectionRate

Former-commit-id: 4d53116169
This commit is contained in:
Henrique Gemignani Passos Lima
2022-10-04 21:15:07 +03:00
parent 80ac406bc4
commit cc5b5a3cd9
2 changed files with 12 additions and 8 deletions

View File

@@ -125,7 +125,7 @@ public:
void EnableItem(EItemType type);
bool HasPowerUp(EItemType type) const;
uint GetPowerUp(EItemType type);
uint GetItemCapacity(EItemType type) const;
int GetItemCapacity(EItemType type) const;
uint GetItemAmount(EItemType type) const;
void DecrPickUp(EItemType type, int amount);
void IncrPickUp(EItemType type, int amount);