We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688e8f3 commit f34ea79Copy full SHA for f34ea79
CrazyCar/Assets/Scripts/UI/Match/MatchNet.cs
@@ -22,6 +22,7 @@ private void Start() {
22
this.GetSystem<INetworkSystem>().Connect(Util.GetServerHost(this.GetSystem<INetworkSystem>().ServerType));
23
}
24
25
+ //等待都进入后 再发送创建人物消息
26
Util.DelayExecuteWithSecond(3, () => { this.SendCommand<PostCreatePlayerMsgCommand>(); });
27
Util.DelayExecuteWithSecond(4.5f, () => { matchNerCor = CoroutineController.manager.StartCoroutine(SendMsg()); });
28
0 commit comments