DOCUMENTATION: Fix wrong param/return type and clarify ns.sleep, ns.asleep, ns.singularity.exportGame (#2242)

This commit is contained in:
catloversg
2025-07-17 07:06:34 +07:00
committed by GitHub
parent 5e3a2cce0f
commit 41548d8b7b
4 changed files with 21 additions and 11 deletions

View File

@@ -9,11 +9,11 @@ Backup game save.
**Signature:**
```typescript
exportGame(): void;
exportGame(): Promise<void>;
```
**Returns:**
void
Promise&lt;void&gt;
## Remarks