YAPOG  0.0.1
Yet Another Pokemon Online Game
WorldObjectMoveController.cpp
Go to the documentation of this file.
2 
3 namespace yap
4 {
6  Vector2 (0.0f, 0.0f);
7 
9  : force_ ()
10  , value_ (DEFAULT_VALUE)
11  {
12  }
13 
15  {
16  }
17 
19  {
20  return force_;
21  }
22 
24  {
25  value_ = value;
26  }
27 } // namespace yap