mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-08-29 01:36:47 +08:00
update: character
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
export type { RNG } from '@remake/vitex'
|
||||
export type { GameState, ProfileState, Properties, Allocation } from './state'
|
||||
export type { PullOptions, ReplacementResult } from './talent'
|
||||
export type { AdditionalPoint, AdditionalPoints } from './talent'
|
||||
export type { PullCharaOpt, PullCharaTms, PullCharaRet } from './character'
|
||||
export type { UniqueChara, UniqueGenCfg } from './character'
|
||||
export type { BaseChara, UniqueGenCfg } from './character'
|
||||
export type { PickResult, StartResult } from './game'
|
||||
export type { NextResult, SummaryResult, EndResult } from './game'
|
||||
export { pull, exclude } from './talent'
|
||||
export { uniqueGenerate, pullChara, charaPropToBaseAlloc } from './character'
|
||||
export { startUnique, startChara } from './character'
|
||||
export { pick, start, next, summary, end } from './game'
|
||||
|
||||
Reference in New Issue
Block a user