YAPOG  0.0.1
Yet Another Pokemon Online Game
MapEventInfo.cpp
Go to the documentation of this file.
2 
3 namespace yap
4 {
6  ICollidable& sourceCollidable,
7  MapEvent& event,
8  DynamicWorldObject& parent)
9  : sourceCollidable_ (sourceCollidable)
10  , event_ (event)
11  , parent_ (parent)
12  {
13  }
14 
16  {
17  return sourceCollidable_;
18  }
19 
21  {
22  return event_;
23  }
24 
26  {
27  return parent_;
28  }
29 } // namespace yap