(lib) Bonus subtype is now stored as metaidentifier that can store any

other identifier inside it
This commit is contained in:
Ivan Savenko
2023-10-22 16:54:43 +03:00
parent 454ba44ac5
commit 0a10fc30b8
54 changed files with 455 additions and 395 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
VCMI_LIB_NAMESPACE_BEGIN
class BonusList;
enum class PrimarySkill : int8_t;
class PrimarySkill;
class DLL_LINKAGE AFactionMember: public IConstBonusProvider, public INativeTerrainProvider
{