API: Add "No AI" to GoOpponent type (#1845)

This commit is contained in:
catloversg
2024-12-18 18:14:35 +07:00
committed by GitHub
parent d75b0af6b2
commit 8aea99e5cd
3 changed files with 5 additions and 3 deletions

View File

@@ -9,9 +9,9 @@ Returns the name of the opponent faction in the current subnet.
**Signature:**
```typescript
getOpponent(): GoOpponent | "No AI";
getOpponent(): GoOpponent;
```
**Returns:**
[GoOpponent](./bitburner.goopponent.md) \| "No AI"
[GoOpponent](./bitburner.goopponent.md)