mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 19:37:07 +02:00
10 lines
147 B
TypeScript
10 lines
147 B
TypeScript
export const StanekConstants: {
|
|
RAMBonus: number;
|
|
BaseSize: number;
|
|
MaxSize: number;
|
|
} = {
|
|
RAMBonus: 0.1,
|
|
BaseSize: 9,
|
|
MaxSize: 25,
|
|
};
|