Exemplo n.º 1
0
 public void InitCellArsenal(CellSlot slot)
 {
     mySlot   = slot;
     myDamage = GetComponent <CombatantCell>().GetDamage();
     cellAttack.InitCellAttack(this, mySlot.GetTeamID(), myDamage);
 }