コード例 #1
0
 private void RoomUpdate()
 {
     try
     {
         SingletonManager.Get <DurationHelp>().ProfileStart(CustomProfilerStep.Room);
         _dispatcher.Update();
         _roomManager.Update();
     }
     finally
     {
         SingletonManager.Get <DurationHelp>().ProfileEnd(CustomProfilerStep.Room);
     }
 }