feat: add dayNumber to StateUpdate type

This commit is contained in:
root
2026-03-10 19:13:16 +00:00
parent 5d407d41fa
commit c810c99a89

View File

@@ -179,6 +179,7 @@ export interface StateUpdate {
entities: EntityState[];
tick: number;
gameTime: number; // 0.0-1.0 normalized position in day/night cycle
dayNumber: number; // 1-indexed day counter
}
export interface PlayerJoined {