1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-10-31 00:07:39 +02:00

Update lib/CCreatureSet.h

Use a better name and add a comment to explain what it does.

Co-authored-by: Ivan Savenko <saven.ivan@gmail.com>
This commit is contained in:
Xilmi
2024-09-05 16:31:44 +02:00
committed by GitHub
parent 79531c8596
commit 044dc272c2

View File

@@ -109,7 +109,8 @@ public:
FactionID getFaction() const override;
virtual ui64 getPower() const;
virtual ui64 getCost() const;
/// Returns total market value of resources needed to recruit this unit
virtual ui64 getMarketValue() const;
CCreature::CreatureQuantityId getQuantityID() const;
std::string getQuantityTXT(bool capitalized = true) const;
virtual int getExpRank() const;