mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-16 23:05:23 +01: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
|
|
}
|