YAPOG  0.0.1
Yet Another Pokemon Online Game
TileFamily.cpp
Go to the documentation of this file.
2 
3 namespace yap
4 {
6  : id_ (id)
7  , slots_ ()
8  {
9  }
10 
11  void TileFamily::SetTile (SlotType slotType, const ID& tileID)
12  {
13  slots_.Add (slotType, tileID);
14  }
15 } // namespace yap