mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-28 03:47:03 +02:00
IPVGO: Fix formatting to avoid breaking external editors (#1215)
This commit is contained in:
committed by
GitHub
parent
ed59f325ef
commit
dd3975ab1d
@@ -8,5 +8,12 @@
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
type GoOpponent = "Netburners" | "Slum Snakes" | "The Black Hand" | "Tetrads" | "Daedalus" | "Illuminati" | "????????????";
|
||||
type GoOpponent =
|
||||
| "Netburners"
|
||||
| "Slum Snakes"
|
||||
| "The Black Hand"
|
||||
| "Tetrads"
|
||||
| "Daedalus"
|
||||
| "Illuminati"
|
||||
| "????????????";
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user