This commit is contained in:
Olivier Gagnon
2022-01-15 18:39:37 -05:00
parent f1c2dc2693
commit 8b69fd7faa
130 changed files with 3091 additions and 453 deletions

View File

@@ -9,11 +9,11 @@ All constants used by the game.
<b>Signature:</b>
```typescript
constants(): any;
constants(): HacknetServerConstants;
```
<b>Returns:</b>
any
[HacknetServerConstants](./bitburner.hacknetserverconstants.md)
An object with all hacknet server constants used by the game.