Browse Source

注释-时间流逝

lvjincheng 3 years ago
parent
commit
0f180ec2f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      DumplingServer/game/protocol.go

+ 1 - 1
DumplingServer/game/protocol.go

@@ -10,7 +10,7 @@ func NewSyncFrame_PlayerLeave(playerId int) SyncFrame_PlayerLeave {
 	return SyncFrame_PlayerLeave{Type: 100, PlayerId: playerId}
 }
 
-//同步帧-玩家离开房间
+//同步帧-时间流逝
 type SyncFrame_DeltaTime struct {
 	Type      int   `json:"t"`
 	DeltaTime int64 `json:"dt"`