4 * Created on: Aug 7, 2012
8 #ifndef BATTLE_ATTACKCHOICE_H_
9 #define BATTLE_ATTACKCHOICE_H_
26 AttackChoice() : type(UNDECIDED) { }
30 Type GetType() const { return type; }
31 void SetType(Type t) { type = t; }
40 #endif /* BATTLE_ATTACKCHOICE_H_ */