YAPOG  0.0.1
Yet Another Pokemon Online Game
ExperienceMediumFast.cpp
Go to the documentation of this file.
3 
4 namespace yap
5 {
7  {
8  }
9 
11  {
12  return MathHelper::Pow (level, 3);
13  }
14 
15 } // namespace yap