frameskip

This commit is contained in:
scamiv
2025-11-23 21:02:22 +01:00
parent a31a6a04a9
commit e3a6e0bfcc
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,
) {}
}