merge dev into test #33

Merged
j23f0712 merged 36 commits from development into dev/test 2024-12-02 17:37:00 +01:00
4 changed files with 30 additions and 3 deletions
Showing only changes of commit 6c3103b2ed - Show all commits

View File

@@ -43,6 +43,8 @@ public Piece(Color color, PieceState state, int id) {
private Piece() { private Piece() {
color = null; color = null;
state = PieceState.WAITING;
shield = ShieldState.NONE;
} }
/** /**