Updated pb schema.

This commit is contained in:
genxium
2022-10-10 12:17:23 +08:00
parent 9c07b43157
commit e224aaf680
7 changed files with 201 additions and 151 deletions

View File

@@ -261,6 +261,7 @@ func Serve(c *gin.Context) {
InputFrameUpsyncDelayTolerance: pRoom.InputFrameUpsyncDelayTolerance,
MaxChasingRenderFramesPerUpdate: pRoom.MaxChasingRenderFramesPerUpdate,
PlayerBattleState: pThePlayer.BattleState, // For frontend to know whether it's rejoining
RollbackEstimatedDt: pRoom.RollbackEstimatedDt,
}
resp := &pb.WsResp{