mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 02:03:01 +02:00
7 lines
74 B
TypeScript
7 lines
74 B
TypeScript
export enum GameOptionsTab {
|
|
SYSTEM,
|
|
INTERFACE,
|
|
GAMEPLAY,
|
|
MISC,
|
|
}
|