This commit is contained in:
Cedric Beck
2024-12-02 03:13:48 +01:00
8 changed files with 40 additions and 24 deletions

View File

@@ -120,7 +120,6 @@ else if(boardSelect != null) {
if(app.getView() instanceof GameView gameView){
// app.getNotificationSynchronizer().addTestNotification(new FinishNotification(Color.NAVY));
// app.getNotificationSynchronizer().addTestNotification(new MovePieceNotification());
gameView.test();
}
}
}

View File

@@ -144,8 +144,6 @@ private void initializeSerializables() {
Serializer.registerClass(StartNode.class);
Serializer.registerClass(PlayerData.class);
Serializer.registerClass(HomeNode.class);
Serializer.registerClass(PieceState.class, new EnumSerializer());
Serializer.registerClass(ShieldState.class, new EnumSerializer());
}
private void registerListeners() {