mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
API: Add "No AI" to GoOpponent type (#1845)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user