Exemplo n.º 1
0
 public AttackCommand(EarthElemental.Moves _moveName)
 {
     moveName = _moveName;
 }
Exemplo n.º 2
0
 public AttackCommand(EarthElemental.Moves _moveName, int[][] _coords)
 {
     moveName = _moveName;
     coords   = _coords;
 }