stuff
This commit is contained in:
parent
a8341e8232
commit
a8c43ba7e2
43 changed files with 2618 additions and 48 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue