mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 18:50:56 +02:00
ENUMS: Initial Enum Helper rework + Reorganization (#596)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// Numeric enum
|
||||
/** Allowed values for the 'OwnedAugmentationsOrder' setting */
|
||||
export enum PurchaseAugmentationsOrderSetting {
|
||||
Cost,
|
||||
@@ -6,6 +7,7 @@ export enum PurchaseAugmentationsOrderSetting {
|
||||
Purchasable,
|
||||
}
|
||||
|
||||
// Numeric enum
|
||||
/** Allowed values for the 'OwnedAugmentationsOrder' setting */
|
||||
export enum OwnedAugmentationsOrderSetting {
|
||||
Alphabetically,
|
||||
|
||||
Reference in New Issue
Block a user