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