Example #1
0
 void OnGameError(Common_Error e)
 {
     NoticeWindow.ShowWithOkButton("Server Error", e.Text, Game.ApplyEnd);
 }
Example #2
0
 void OnError(Common_Error e)
 {
     NoticeWindow.ShowWithOkButton("Server Error", e.Text, () => Scene.LoadSceneByName("Login"));
 }