Exemplo n.º 1
0
 public void Start()
 {
     attack  = basicAttack;
     defense = basicDefense;
     health  = startingHealth;
     manager.AddFighter(this);
 }