mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-08-29 01:36:47 +08:00
add: character
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
import type { Event } from '@remake/data/event'
|
||||
import events from '@remake/data/event'
|
||||
import type { Properties } from './state'
|
||||
import type { GameState, ProfileState } from './state'
|
||||
import { type Event, events } from '@remake/data'
|
||||
import type { Properties, GameState, ProfileState } from './state'
|
||||
import { propsEffect, createFlatState } from './state'
|
||||
import { check as checkCondition } from '@remake/condition'
|
||||
import { produce } from 'immer'
|
||||
import type { TriggerResult } from './game'
|
||||
import { produce } from 'immer'
|
||||
|
||||
export function check(
|
||||
event: Event['id'],
|
||||
|
||||
Reference in New Issue
Block a user