コード例 #1
0
 public UnitAttackStanceChangedArgs(UnitComponent unit, UnitComponent.UnitAttackStance newAttackStance, UnitComponent.UnitAttackStance oldAttackStance)
 {
     this.unit            = unit;
     this.newAttackStance = newAttackStance;
     this.oldAttackStance = oldAttackStance;
 }
 public UnitAttackStanceChangedArgs(UnitComponent unit, UnitComponent.UnitAttackStance newAttackStance, UnitComponent.UnitAttackStance oldAttackStance)
 {
     this.unit = unit;
     this.newAttackStance = newAttackStance;
     this.oldAttackStance = oldAttackStance;
 }