Testmerge #5
@@ -1,5 +0,0 @@
|
|||||||
package pp.mdga.client;
|
|
||||||
|
|
||||||
public class ActionSynchronizer {
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
package pp.mdga.client;
|
||||||
|
|
||||||
|
import pp.mdga.notification.Notification;
|
||||||
|
|
||||||
|
public class NotificationSynchronizer {
|
||||||
|
|
||||||
|
}
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
package pp.mdga.effect;
|
|
||||||
|
|
||||||
public interface Effect {
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
package pp.mdga.notification;
|
||||||
|
|
||||||
|
public class ActivePlayerNotification {
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
package pp.mdga.notification;
|
||||||
|
|
||||||
|
public class DrawCardNotification {
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
package pp.mdga.notification;
|
||||||
|
|
||||||
|
public class InterruptNotification {
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
package pp.mdga.notification;
|
||||||
|
|
||||||
|
public class MovePieceNotification {
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
package pp.mdga.notification;
|
||||||
|
|
||||||
|
public interface Notification {
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
package pp.mdga.notification;
|
||||||
|
|
||||||
|
public class PlayCardNotification {
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
package pp.mdga.notification;
|
||||||
|
|
||||||
|
public class ResumeNotification {
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
package pp.mdga.notification;
|
||||||
|
|
||||||
|
public class RollDiceNotification {
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
package pp.mdga.notification;
|
||||||
|
|
||||||
|
public class SwapPieceNotification {
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user