diff options
author | chai <chaifix@163.com> | 2021-01-02 01:22:42 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-01-02 01:22:42 +0800 |
commit | 59755580acab0de7bfc88482b6a515b546d45cd7 (patch) | |
tree | 218b063a2fa0af05866ee177d3ed8886b91bcbec /Client/Assembly-CSharp/InnerNet/ClientData.cs | |
parent | be6caf20c319f55fe6fa5d918859af39991a899f (diff) |
*网络
Diffstat (limited to 'Client/Assembly-CSharp/InnerNet/ClientData.cs')
-rw-r--r-- | Client/Assembly-CSharp/InnerNet/ClientData.cs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Client/Assembly-CSharp/InnerNet/ClientData.cs b/Client/Assembly-CSharp/InnerNet/ClientData.cs index 780d6ae..2a8a245 100644 --- a/Client/Assembly-CSharp/InnerNet/ClientData.cs +++ b/Client/Assembly-CSharp/InnerNet/ClientData.cs @@ -2,14 +2,15 @@ namespace InnerNet { + // 单个玩家主机的数据结构 [Serializable] public class ClientData { - public int Id; + public int Id; // client id - public bool InScene; + public bool InScene; // - public bool IsReady; + public bool IsReady; // public PlayerControl Character; |