This commit is contained in:
Boki 2026-03-03 12:54:30 -05:00
parent a8341e8232
commit a8c43ba7e2
43 changed files with 2618 additions and 48 deletions

View file

@ -86,6 +86,8 @@ public sealed class GameDataCache
public volatile WalkabilitySnapshot? Terrain;
public volatile uint AreaHash;
public volatile int AreaLevel;
public volatile string? CurrentAreaName;
public volatile string? CharacterName;
// ── Full GameState (updated at 10Hz) — for systems that need the complete object ──
public volatile GameState? LatestState;