reorganization

This commit is contained in:
2025-09-30 16:56:14 +02:00
parent 16dd4c08bf
commit 84cd1f3603
15 changed files with 425 additions and 92 deletions

View File

@ -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>