update: talent, state props

This commit is contained in:
Vick Scarlet
2026-08-16 20:06:16 +08:00
committed by 神戸小鳥
parent 85c871cec1
commit 32f703be0f
12 changed files with 534 additions and 192 deletions
+5 -4
View File
@@ -1,4 +1,5 @@
export interface GameEffects {
save: (profile: any) => Promise<boolean>
load: () => Promise<any>
}
import type { GameState, ProfileState } from '@/state'
import { enableMapSet } from 'immer'
enableMapSet()
export type { GameState, ProfileState }