mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
remove allresources
This commit is contained in:
@@ -676,21 +676,6 @@ const std::array<PrimarySkill, 4> & PrimarySkill::ALL_SKILLS()
|
||||
return allSkills;
|
||||
}
|
||||
|
||||
const std::array<GameResID, 7> & GameResID::ALL_RESOURCES()
|
||||
{
|
||||
static const std::array allResources = {
|
||||
GameResID(WOOD),
|
||||
GameResID(MERCURY),
|
||||
GameResID(ORE),
|
||||
GameResID(SULFUR),
|
||||
GameResID(CRYSTAL),
|
||||
GameResID(GEMS),
|
||||
GameResID(GOLD)
|
||||
};
|
||||
|
||||
return allResources;
|
||||
}
|
||||
|
||||
std::string SecondarySkill::entityType()
|
||||
{
|
||||
return "secondarySkill";
|
||||
|
||||
Reference in New Issue
Block a user