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