mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-03 14:52:11 +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:
parent
79531c8596
commit
044dc272c2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user