Added class GameData::BodyColor

This commit is contained in:
Maruno17
2021-02-06 22:40:41 +00:00
parent a5af35beb1
commit 2e125019a9
7 changed files with 119 additions and 56 deletions

View File

@@ -16,7 +16,7 @@ module GameData
@real_name = hash[:name] || "Unnamed"
end
# @return [String] the translated name of this egg group
# @return [String] the translated name of this habitat
def name
return _INTL(@real_name)
end