Ejemplo n.º 1
0
 private void Heal(OperatorController operatorController, int value)
 {
     operatorController.Heal(value);
 }