mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
introduce getModScope method toEntity class and subclasses
This commit is contained in:
@@ -31,6 +31,11 @@ std::string ObstacleInfo::getJsonKey() const
|
||||
return identifier;
|
||||
}
|
||||
|
||||
std::string ObstacleInfo::getModScope() const
|
||||
{
|
||||
return "core";
|
||||
}
|
||||
|
||||
std::string ObstacleInfo::getNameTranslated() const
|
||||
{
|
||||
return identifier;
|
||||
|
||||
Reference in New Issue
Block a user