YAPOG  0.0.1
Yet Another Pokemon Online Game
DynamicObjectFactory.cpp
Go to the documentation of this file.
2 
3 namespace yse
4 {
6  {
7  }
8 
10  {
11  }
12 
14  {
15  static DynamicObjectFactory instance;
16 
17  return instance;
18  }
19 } // namespace yse