mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-22 03:59:35 +08:00
新增客户端状态:在房间中
This commit is contained in:
parent
b00eafe661
commit
5b68b5ca29
@ -31,8 +31,9 @@ namespace Milimoe.FunGame.Core.Library.Constant
|
|||||||
|
|
||||||
public enum ClientState
|
public enum ClientState
|
||||||
{
|
{
|
||||||
Online,
|
|
||||||
WaitConnect,
|
WaitConnect,
|
||||||
WaitLogin
|
WaitLogin,
|
||||||
|
Online,
|
||||||
|
InRoom
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user