reorganization
This commit is contained in:
@ -12,6 +12,7 @@ export interface EffectConfig {
|
||||
id: string
|
||||
name: string
|
||||
parameters: EffectParameter[]
|
||||
bypassable?: boolean
|
||||
}
|
||||
|
||||
export type EffectValues = Record<string, number>
|
||||
export type EffectValues = Record<string, number | boolean>
|
||||
Reference in New Issue
Block a user