1
This commit is contained in:
parent
8730871dfd
commit
c8cfc14893
@ -345,6 +345,12 @@ public:
|
|||||||
MetaMgr::Instance()->match_robot_time = MetaMgr::Instance()->GetSysParamAsInt("match_robot_time", 0);
|
MetaMgr::Instance()->match_robot_time = MetaMgr::Instance()->GetSysParamAsInt("match_robot_time", 0);
|
||||||
MetaMgr::Instance()->match_choose_time = MetaMgr::Instance()->GetSysParamAsInt("match_choose_time", 0);
|
MetaMgr::Instance()->match_choose_time = MetaMgr::Instance()->GetSysParamAsInt("match_choose_time", 0);
|
||||||
MetaMgr::Instance()->match_lock_time = MetaMgr::Instance()->GetSysParamAsInt("match_lock_time", 0);
|
MetaMgr::Instance()->match_lock_time = MetaMgr::Instance()->GetSysParamAsInt("match_lock_time", 0);
|
||||||
|
#ifdef DEBUG
|
||||||
|
MetaMgr::Instance()->match_team_time = 10;
|
||||||
|
MetaMgr::Instance()->match_robot_time = 5;
|
||||||
|
MetaMgr::Instance()->match_choose_time = 30;
|
||||||
|
MetaMgr::Instance()->match_lock_time = 10;
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
METAMGR_READ(prebattle_box_id_chiji, 0);
|
METAMGR_READ(prebattle_box_id_chiji, 0);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user