Skip to content

Commit

Permalink
First
Browse files Browse the repository at this point in the history
  • Loading branch information
FSaurenbach committed Feb 22, 2024
1 parent 676f825 commit 597cb85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commonMain/kotlin/main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ enum class PieceKind(kind: String){

}
class Piece(kind: PieceKind, color: RGBA){

init {
if (color == Colors.WHITE){
if (kind == PieceKind.Pawn){
Expand Down

0 comments on commit 597cb85

Please sign in to comment.