1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

moved secondary skill default bonus initialization into CSkillHandler

This commit is contained in:
Henning Koehler
2017-08-22 00:35:46 +12:00
parent 159e27a0ab
commit a6c3352d7c
3 changed files with 64 additions and 0 deletions

View File

@@ -63,4 +63,5 @@ public:
protected:
CSkill * loadFromJson(const JsonNode & json, const std::string & identifier) override;
const std::shared_ptr<Bonus> defaultBonus(SecondarySkill skill, int level) const;
};