Example #1
0
 public void ToTr()
 {
     Console.WriteLine(name + ", you have been treated.");
     Treatment?.Invoke(this, new ActArgs(health));
 }