public AttackCommand(EarthElemental.Moves _moveName) { moveName = _moveName; }
public AttackCommand(EarthElemental.Moves _moveName, int[][] _coords) { moveName = _moveName; coords = _coords; }