Ejemplo n.º 1
0
 private void DealDamage()
 {
     if (DebugManager.DebugPhases)
     {
         Debug.Log("Deal Damage!");
     }
     Combat.CalculateAttackResults(Selection.ThisShip, Selection.AnotherShip);
 }