Ejemplo n.º 1
0
 public void PerformDamage(float damage)
 {
     _brickController.TakeDamage(damage);
 }