diff options
Diffstat (limited to 'src/stone.js')
-rw-r--r-- | src/stone.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stone.js b/src/stone.js index 5203fed..0fc8607 100644 --- a/src/stone.js +++ b/src/stone.js @@ -4,7 +4,6 @@ import { board } from "./board.js" import { ASSETS_BLACK, ASSETS_WHITE, PLAYER } from "./constants.js" - export class Stone { constructor({ team = PLAYER.BLACK, |