예제 #1
0
 public void EndLocalGameSession()
 {
     GameSessionService.EndGameSession();
     onEndLocalGameSession.Invoke();
     UpdateLog(Timestamp.ImprintLocalTime() + "已退出当前游戏。");
 }
예제 #2
0
 private void EndRemoteGameSession()
 {
     GameSessionService.EndGameSession();
     onEndRemoteGameSession.Invoke();
     UpdateLog(Timestamp.ImprintLocalTime() + "当前游戏已结束。");
 }