diff options
author | chai <chaifix@163.com> | 2021-01-06 18:58:27 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-01-06 18:58:27 +0800 |
commit | d653a7a8b6ec4efb40d39a455805880bf494e785 (patch) | |
tree | f76c75dc8b1bd7a140ed5a1603814cec057dc443 /Client/Assembly-CSharp/Msg.cs | |
parent | af50160ef5c9a55506157d7d94e20c17cd28ed42 (diff) |
*网络
Diffstat (limited to 'Client/Assembly-CSharp/Msg.cs')
-rw-r--r-- | Client/Assembly-CSharp/Msg.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Client/Assembly-CSharp/Msg.cs b/Client/Assembly-CSharp/Msg.cs index aa7106c..58b3576 100644 --- a/Client/Assembly-CSharp/Msg.cs +++ b/Client/Assembly-CSharp/Msg.cs @@ -8,10 +8,11 @@ HostGame // 作为Host建房间 gameSettings // 单局配置 } -JoinGame // 加入游戏 +JoinGame // 某个玩家加入游戏 { - JoinGame + JoinGame // 1 gameId // 如果加入失败,gameId存失败原因 + clientId } StartGame // host玩家开始游戏 |