YAPOG  0.0.1
Yet Another Pokemon Online Game
SpecialAttack.cpp
Go to the documentation of this file.
2 
3 namespace yap
4 {
6  {
7  }
8 
9  SpecialAttack::SpecialAttack (const UInt16& ev, const UInt16& iv)
10  : BaseStat (ev, iv)
11  {
12  }
13 } // namespace yap