Fixed clock sync and camera tracking.

This commit is contained in:
genxium
2022-10-10 14:33:04 +08:00
parent e224aaf680
commit 5f9aaddc9c
10 changed files with 263 additions and 170 deletions

View File

@@ -47,6 +47,8 @@ message BattleColliderInfo {
int32 maxChasingRenderFramesPerUpdate = 17;
int32 playerBattleState = 18;
double rollbackEstimatedDt = 19;
double rollbackEstimatedDtMillis = 20;
int64 rollbackEstimatedDtNanos = 21;
}
message Player {