示例#1
0
 protected virtual void OnGameClientEntered(ClientEnterGameResponse enter)
 {
     foreach (var module in mModules)
     {
         module.OnStart();
     }
 }
示例#2
0
 protected virtual void on_enter_game(PomeloException err, ClientEnterGameResponse rsp)
 {
     log_response(rsp, err);
     if (Response.CheckSuccess(rsp))
     {
     }
 }