Added classes GameData::Environment and GameData::BattleTerrain

This commit is contained in:
Maruno17
2021-02-21 18:37:26 +00:00
parent c16311326c
commit 63e640c79b
23 changed files with 368 additions and 258 deletions

View File

@@ -26,8 +26,8 @@ begin
@defaultWeather = PBWeather::None
@weather = PBWeather::None
@weatherDuration = 0
@defaultTerrain = PBBattleTerrains::None
@terrain = PBBattleTerrains::None
@defaultTerrain = :None
@terrain = :None
@terrainDuration = 0
end
end