예제 #1
0
파일: GameUI.cs 프로젝트: KonH/CardGame
 void OnGameError(Common_Error e)
 {
     NoticeWindow.ShowWithOkButton("Server Error", e.Text, Game.ApplyEnd);
 }
예제 #2
0
 void OnError(Common_Error e)
 {
     NoticeWindow.ShowWithOkButton("Server Error", e.Text, () => Scene.LoadSceneByName("Login"));
 }