Esempio n. 1
0
 public void OnRingIsFound(object sender, RingIsFoundEventArgs e)
 {
     Console.WriteLine($"{Name} >> Wisard {((Wizard)sender).Name} has summoned. I am aimed at {e.Message}");
 }
Esempio n. 2
0
 public void OnRingIsFound(object sender, RingIsFoundEventArgs e)
 {
     Console.WriteLine($"{Name} >> Leaving Shire! Coming to {e.Message}");
 }
Esempio n. 3
0
 public void OnRingIsFound(object sender, RingIsFoundEventArgs e)
 {
     Console.WriteLine($"{Name} >> Rush {e.Message}!!!, I am not in {Location}");
     Location = e.NewLoc;
 }
Esempio n. 4
0
 public void OnRingIsFound(object sender, RingIsFoundEventArgs e)
 {
     Console.WriteLine($"{Name} >> Stars are leaves push to go to {e.Message}");
 }