Ejemplo n.º 1
0
 void RobotCrossCrowdHook(CrossrobotManagerEntity entity)
 {
     if (CrossCrowdFight(entity.SiteId, entity.Idx) == MessageCode.Success)
     {
         CrossrobotManagerMgr.UpdateStatus(entity.Idx, (int)EnumRobotMatchStatus.Run);
     }
 }
Ejemplo n.º 2
0
 void doCrossCrowdFinish(CrossrobotManagerEntity entity)
 {
     CrossrobotManagerMgr.UpdateStatus(entity.Idx, (int)EnumRobotMatchStatus.Stop);
 }