Merge branch 'development' of https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-01 into development
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user