Exemple #1
0
 public CombatInfo()
 {
     HoldingOurFlag = null;
     HoldingEnemyFlag = null;
     HoldingOurFlagPlayerInfo = null;
     HoldingEnemyFlagPlayerInfo = null;
     ProjectileDetails = null;
     DamageDetails = null;
     KeepFocusOnID = null;
     KeepFocusOnLocation = null;
 }
Exemple #2
0
 public CombatInfo()
 {
     HoldingOurFlag             = null;
     HoldingEnemyFlag           = null;
     HoldingOurFlagPlayerInfo   = null;
     HoldingEnemyFlagPlayerInfo = null;
     ProjectileDetails          = null;
     DamageDetails       = null;
     KeepFocusOnID       = null;
     KeepFocusOnLocation = null;
 }