10 lines
186 B
Java
10 lines
186 B
Java
package pp.mdga.notification;
|
|
|
|
import pp.mdga.game.Color;
|
|
|
|
public class PlayerInGameNotification extends Notification {
|
|
PlayerInGameNotification(Color color, String name) {
|
|
|
|
}
|
|
}
|