Ejemplo n.º 1
0
 internal override void OnEnter(Player p)
 {
     Task.Run(() => GameCore.CheckAndSendAsync(p.Id, "You've reached the exit!")).Wait();
     p.EndGame();
 }