mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-13 19:26:08 +00:00
Almost match CPlayerState::CalculateItemCollectionRate
Former-commit-id: 4d53116169
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user