Skip to content

Commit

Permalink
ScoreEstimateRequest update
Browse files Browse the repository at this point in the history
  • Loading branch information
anoek committed Sep 23, 2023
1 parent 5f4dde2 commit 59e2e5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ScoreEstimator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ export interface ScoreEstimateRequest {
height: number;
board_state: Array<Array<number>>;
rules: GoEngineRules;
black_prisoners?: number;
white_prisoners?: number;
komi?: number;
jwt: string;
}

Expand Down

0 comments on commit 59e2e5a

Please sign in to comment.