This commit is contained in:
Olivier Gagnon
2021-12-03 16:14:13 -05:00
parent ceb008c9fe
commit 3c27893aa3
49 changed files with 1983 additions and 149 deletions
+13
View File
@@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Server](./bitburner.server.md) &gt; [serverGrowth](./bitburner.server.servergrowth.md)
## Server.serverGrowth property
Parameter that affects how effectively this server's money can be increased using the grow() Netscript function
<b>Signature:</b>
```typescript
serverGrowth: number;
```