style: add comment to separate state and functions in world.ts

This commit is contained in:
Zihao Xu
2026-01-07 01:02:17 -08:00
parent 355e4d0e3c
commit 2e5a2c3c12

View File

@@ -274,7 +274,7 @@ export const useWorldStore = defineStore('world', () => {
frontendConfig,
currentPhenomenon,
phenomenaList,
// Functions.
initialize,
fetchState,
handleTick,