YAPOG  0.0.1
Yet Another Pokemon Online Game
ChanManager.cpp
Go to the documentation of this file.
2 
3 namespace yap
4 {
6  : Name ("System")
7  , Color ("Red")
8  , ChanNb (0)
9  {
10  }
11 
13  String color,
14  UInt32 chanNb)
15  : Name (name)
16  , Color (color)
17  , ChanNb (chanNb)
18  {
19  }
20 } // namespace yap