mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 19:37:07 +02:00
IPVGO: Add support to netscript API for game state, current player, and alternate ways to check/wait on AI turn (#1142)
This commit is contained in:
committed by
GitHub
parent
6aaeb6b59e
commit
d81358c80f
+2
-3
@@ -52,10 +52,9 @@ export type PointState = {
|
||||
};
|
||||
|
||||
export type Play = {
|
||||
success: boolean;
|
||||
type: GoPlayType;
|
||||
x: number;
|
||||
y: number;
|
||||
x: number | null;
|
||||
y: number | null;
|
||||
};
|
||||
|
||||
export type Neighbor = {
|
||||
|
||||
Reference in New Issue
Block a user