mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-25 13:38:37 +00:00
5 lines
52 B
TypeScript
5 lines
52 B
TypeScript
|
export enum MoneyFormat {
|
||
|
NORMAL,
|
||
|
ABBREVIATED
|
||
|
}
|