frameskip

This commit is contained in:
scamiv
2025-11-23 21:02:22 +01:00
parent f8ce8d71c0
commit ddbd2d7b40
3 changed files with 88 additions and 2 deletions
+2
View File
@@ -133,6 +133,8 @@ export class TickMetricsEvent implements GameEvent {
public readonly backlogTurns?: number,
// Whether the client is currently in catch-up mode
public readonly inCatchUpMode?: boolean,
public readonly renderEveryN?: number,
public readonly beatsPerFrame?: number,
) {}
}