Beispiel #1
0
 //public abstract void IsItReadyToFinish(Fighter opponent);
 protected abstract void Finisher(Fighter opponent);
Beispiel #2
0
 protected override void Finisher(Fighter opponent)
 {
     Console.WriteLine("The opponent was finished with a combination of jabs, hooks and uppercuts. His recovery period gonna last 3-5 weeks.");
 }