Prechádzať zdrojové kódy

注释-时间流逝

lvjincheng 3 rokov pred
rodič
commit
0f180ec2f5
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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"`