This commit is contained in:
pa
2026-03-11 22:03:57 +09:00
parent bf9b66bdf4
commit 884744cb30
35 changed files with 892 additions and 515 deletions

View File

@@ -31,8 +31,6 @@ export const useGameStore = defineStore('Game', () => {
init();
// --- Atomic setters ---
/**
* @param {boolean} value Game running flag.
*/
@@ -68,8 +66,6 @@ export const useGameStore = defineStore('Game', () => {
state.lastCrashedTime = value;
}
// --- Self-contained operations (no cross-store deps) ---
/**
* Fetches VRChat cache size from AssetBundleManager.
*/