Skip to content

Commit

Permalink
调整同步频率
Browse files Browse the repository at this point in the history
  • Loading branch information
TastSong committed Apr 12, 2024
1 parent daf6ea6 commit ca94601
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified CrazyCarClient/Assets/HotUpdateDll/HotUpdate.dll.bytes
Binary file not shown.
2 changes: 1 addition & 1 deletion CrazyCarClient/Assets/Scripts/Model/GameModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class GameModel : AbstractModel, IGameModel {
protected override void OnInit() {
SceneLoaded.Value = false;
CurGameType = GameType.TimeTrial;
SendMsgOffTime.Value = 0.4f;
SendMsgOffTime.Value = 0.1f;
ReconnectionTimeout.Value = 144;
StandAlone.Value = false;
MaxSyncDelay.Value = 4000;
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
645a0f722fbb10fe91c59633346b636d
7d70c2744deb01a381c29f18245d0617

Large diffs are not rendered by default.

Binary file not shown.

0 comments on commit ca94601

Please # to comment.