Würfel animation hinzugefügt

This commit is contained in:
Luca Puderbach
2024-11-28 00:13:32 +01:00
parent c346058631
commit 4079c0a32c
2 changed files with 144 additions and 151 deletions

View File

@@ -519,7 +519,7 @@ public class Player implements FieldVisitor<Void>{
@Override
public DiceResult rollDice() {
throw new UnsupportedOperationException("not allowed");
return null;
}
@Override