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