mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-08-30 10:26:09 +08:00
update: talent, state props
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user