Add notification constructors
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
package pp.mdga.notification;
|
||||
|
||||
public class InterruptNotification {
|
||||
import pp.mdga.game.Color;
|
||||
|
||||
public class InterruptNotification extends Notification {
|
||||
InterruptNotification(Color color) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user