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