Testmerge #5

Merged
j23f0712 merged 59 commits from development into dev/test 2024-11-17 15:20:54 +01:00
12 changed files with 43 additions and 9 deletions
Showing only changes of commit 5693817f9b - Show all commits

View File

@@ -1,5 +0,0 @@
package pp.mdga.client;
public class ActionSynchronizer {
}

View File

@@ -0,0 +1,7 @@
package pp.mdga.client;
import pp.mdga.notification.Notification;
public class NotificationSynchronizer {
}

View File

@@ -1,4 +0,0 @@
package pp.mdga.effect;
public interface Effect {
}

View File

@@ -0,0 +1,4 @@
package pp.mdga.notification;
public class ActivePlayerNotification {
}

View File

@@ -0,0 +1,4 @@
package pp.mdga.notification;
public class DrawCardNotification {
}

View File

@@ -0,0 +1,4 @@
package pp.mdga.notification;
public class InterruptNotification {
}

View File

@@ -0,0 +1,4 @@
package pp.mdga.notification;
public class MovePieceNotification {
}

View File

@@ -0,0 +1,4 @@
package pp.mdga.notification;
public interface Notification {
}

View File

@@ -0,0 +1,4 @@
package pp.mdga.notification;
public class PlayCardNotification {
}

View File

@@ -0,0 +1,4 @@
package pp.mdga.notification;
public class ResumeNotification {
}

View File

@@ -0,0 +1,4 @@
package pp.mdga.notification;
public class RollDiceNotification {
}

View File

@@ -0,0 +1,4 @@
package pp.mdga.notification;
public class SwapPieceNotification {
}