This commit is contained in:
azw 2023-07-24 14:30:16 +00:00
parent dabecaffaf
commit fa680f707d

View File

@ -16,10 +16,8 @@ void Player::Init()
void Player::CoNet(f8::Coroutine* co)
{
#if 0
co->Await(CoLogin);
co->Await(CoGame);
#endif
}
void Player::CoLogin(f8::Coroutine* co)