mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-10-09 22:57:18 +02:00
* Cleanup filter bar * Move DropDownColumn to its own file --------- Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com>
10 lines
92 B
TypeScript
10 lines
92 B
TypeScript
export enum DropDownColumn {
|
|
GEN,
|
|
TYPES,
|
|
BIOME,
|
|
CAUGHT,
|
|
UNLOCKS,
|
|
MISC,
|
|
SORT
|
|
}
|