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 399963a commit 676f825
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commonMain/kotlin/main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ 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 676f825

Please sign in to comment.