Exemple #1
0
 protected BattleAction(MsgBattleHeroActionType actionType)
 {
     this.actionType = actionType;
 }
Exemple #2
0
 protected BattleHeroAction(BattleUnit actionUnit, MsgBattleHeroActionType actionType) : base(actionType)
 {
     this.actionUnit = actionUnit;
 }
Exemple #3
0
 protected BattleAction(MsgBattleHeroActionType ActionType)
 {
     ActionType = ActionType;
 }