Skip to content

Commit 06e279e

Browse files
committed
MoonSquad: Didn't revert all testing changes
1 parent d597066 commit 06e279e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/games/moonsquad.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ interface IMoveState extends IIndividualState {
4646
export interface IMoonSquadState extends IAPGameState {
4747
winner: playerid[];
4848
stack: Array<IMoveState>;
49-
startpos: CellContents[];
5049
};
5150

5251
export class MoonSquadGame extends GameBase {
@@ -84,7 +83,6 @@ export class MoonSquadGame extends GameBase {
8483
public stack!: Array<IMoveState>;
8584
public results: Array<APMoveResult> = [];
8685
public variants: string[] = [];
87-
public startpos: CellContents[] = [];
8886
private highlights: string[] = [];
8987
private dots: string[] = [];
9088

0 commit comments

Comments
 (0)