[IPvGO] Docs improvements and other feedback (#1011)

This commit is contained in:
Michael Ficocelli
2024-01-05 20:50:28 -05:00
committed by GitHub
parent 0da9d9d3c0
commit 7e721c144e
6 changed files with 33 additions and 9 deletions

View File

@@ -4138,7 +4138,7 @@ export interface Go {
x1: number,
y1: number,
x2: number,
x2: number,
y2: number,
): Promise<{
type: "invalid" | "move" | "pass" | "gameOver";
x: number;