mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 02:03:01 +02:00
[feat] Let server RAM be a range instead of static
This commit is contained in:
+2
-1
@@ -41,8 +41,9 @@ interface IServerMetadata {
|
||||
|
||||
/**
|
||||
* When populated, the exponent of 2^x amount of RAM the server has.
|
||||
* This should be in the range of 1-20, to match the Player's max RAM.
|
||||
*/
|
||||
maxRamExponent?: number;
|
||||
maxRamExponent?: number | IMinMaxRange;
|
||||
|
||||
/**
|
||||
* How much money the server starts out with.
|
||||
|
||||
Reference in New Issue
Block a user