1
This commit is contained in:
parent
dabecaffaf
commit
fa680f707d
@ -16,10 +16,8 @@ void Player::Init()
|
|||||||
|
|
||||||
void Player::CoNet(f8::Coroutine* co)
|
void Player::CoNet(f8::Coroutine* co)
|
||||||
{
|
{
|
||||||
#if 0
|
|
||||||
co->Await(CoLogin);
|
co->Await(CoLogin);
|
||||||
co->Await(CoGame);
|
co->Await(CoGame);
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Player::CoLogin(f8::Coroutine* co)
|
void Player::CoLogin(f8::Coroutine* co)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user