]> git.localhorst.tv Git - l2e.git/blob - src/battle/AttackChoice.cpp
5d3359b86523d373dcb9719b9074196bf8a746ff
[l2e.git] / src / battle / AttackChoice.cpp
1 /*
2  * AttackChoice.cpp
3  *
4  *  Created on: Aug 7, 2012
5  *      Author: holy
6  */
7
8 #include "AttackChoice.h"
9
10 namespace battle {
11
12 void AttackChoice::Reset() {
13         thing = 0;
14         selection.Reset();
15         type = UNDECIDED;
16 }
17
18 }