From 2e5a2c3c12a014a83a3bd0fd3ada03371cfff149 Mon Sep 17 00:00:00 2001 From: Zihao Xu Date: Wed, 7 Jan 2026 01:02:17 -0800 Subject: [PATCH] style: add comment to separate state and functions in world.ts --- web/src/stores/world.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/stores/world.ts b/web/src/stores/world.ts index 10b9c15..f86f850 100644 --- a/web/src/stores/world.ts +++ b/web/src/stores/world.ts @@ -274,7 +274,7 @@ export const useWorldStore = defineStore('world', () => { frontendConfig, currentPhenomenon, phenomenaList, - + // Functions. initialize, fetchState, handleTick,