YAPOG  0.0.1
Yet Another Pokemon Online Game
BattleSpawnerAreaReader.cpp
Go to the documentation of this file.
3 
4 namespace yap
5 {
7  BattleSpawnerArea& battleSpawnerArea,
8  const String& xmlRootNodeName)
9  : MapAreaReader (battleSpawnerArea, xmlRootNodeName)
10  , battleSpawnerArea_ (battleSpawnerArea)
11  {
12  }
13 
15  {
16  }
17 } // namespace yap