Example #1
0
 public void GoodSpaceShipDestroyedEventHandler(object sender, LocationEventArgs e)
 {
 }
Example #2
0
 public void GoodSpaceShipLocationChangedEventHandler(object sender, LocationEventArgs e)
 {
     Console.WriteLine($"Location changed to {e.X}, {e.Y}");
 }
Example #3
0
 public void GoodSpaceShipLocationChangedEventHandler(object sender, LocationEventArgs e)
 {
 }