13 lines
185 B
Java
13 lines
185 B
Java
package pp.mdga.notification;
|
|
|
|
/**
|
|
* GameNotification class
|
|
*/
|
|
public class GameNotification extends Notification{
|
|
/**
|
|
* Constructor
|
|
*/
|
|
GameNotification() {
|
|
}
|
|
}
|