Exemple #1
0
 private void AttackEnemy(CoffeeMaker coffeemaker, float attackDamage)
 {
     coffeemaker.TakeDamage(attackDamage);
 }