mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-01 04:33:46 +02:00
cleanup
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user