diff options
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玩家开始游戏 |