Skip to content

Commit

Permalink
Move is not a case class
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Nov 6, 2024
1 parent 563f1ed commit b738850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/game/Move.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.lichess.compression.game

final case class Move(
final class Move(
var `type`: Int = 0,
var role: Role = null,
var from: Int = 0,
Expand Down

0 comments on commit b738850

Please sign in to comment.