Skip to content

Commit

Permalink
Export more fields for Game
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Apr 18, 2024
1 parent cc6679a commit 31cdcb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/Game.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ case class Game(
startedAtPly: Ply = Ply.initial
):

export situation.{ board, color as player }
export situation.{ board, color as player, variant, history }
export situation.board.history.halfMoveClock

def apply(
Expand Down

0 comments on commit 31cdcb1

Please sign in to comment.