public AirBattle1()
 {
     this.F_LostInfo   = new LostPlaneInfo();
     this.E_LostInfo   = new LostPlaneInfo();
     this.SeikuKind    = BattleSeikuKinds.None;
     this.F_TouchPlane = 0;
     this.E_TouchPlane = 0;
 }
Example #2
0
 public AirBattle1()
 {
     F_LostInfo   = new LostPlaneInfo();
     E_LostInfo   = new LostPlaneInfo();
     SeikuKind    = BattleSeikuKinds.None;
     F_TouchPlane = 0;
     E_TouchPlane = 0;
 }
 public AirBattle2()
 {
     this.F_LostInfo = new LostPlaneInfo();
     this.E_LostInfo = new LostPlaneInfo();
 }