1
This commit is contained in:
parent
b60d701aee
commit
9a2371f8a6
@ -17,16 +17,6 @@
|
|||||||
|
|
||||||
void PlayerMgr::Init()
|
void PlayerMgr::Init()
|
||||||
{
|
{
|
||||||
#if 0
|
|
||||||
for (int i = 1; i <= App::Instance()->robot_num; ++i) {
|
|
||||||
f8::CoMgr::Instance()->CreateCo
|
|
||||||
(
|
|
||||||
[this, i] (f8::Coroutine* co)
|
|
||||||
{
|
|
||||||
CoWebLogin(i, co);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void PlayerMgr::UnInit()
|
void PlayerMgr::UnInit()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user