mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
export enum Money
|
|
{
|
|
ROUBLES = "5449016a4bdc2d6f028b456f",
|
|
EUROS = "569668774bdc2da2298b4568",
|
|
DOLLARS = "5696686a4bdc2da3298b456a"
|
|
} |