Everything is a bit better
This commit is contained in:
5
src/types/tiles.ts
Normal file
5
src/types/tiles.ts
Normal file
@ -0,0 +1,5 @@
|
||||
export interface TileState {
|
||||
formula: string
|
||||
engineParams: Record<string, number>
|
||||
effectParams: Record<string, number | boolean | string>
|
||||
}
|
||||
Reference in New Issue
Block a user