mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 19:37:07 +02:00
17 lines
330 B
TypeScript
17 lines
330 B
TypeScript
/**
|
|
* Enum Of allowed values for the 'OwnedAugmentationsOrder' setting
|
|
*/
|
|
export enum OwnedAugmentationsOrderSetting {
|
|
Alphabetically,
|
|
AcquirementTime,
|
|
}
|
|
|
|
/**
|
|
* Enum Of allowed values for the 'OwnedAugmentationsOrder' setting
|
|
*/
|
|
export enum PurchaseAugmentationsOrderSetting {
|
|
Cost,
|
|
Default,
|
|
Reputation,
|
|
}
|