refactor: deleted unused NotificationEvent

This commit is contained in:
Yannik Bretschneider 2021-06-02 00:14:01 +02:00
parent 9d5484966e
commit f184c6b3b9
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
package uulm.teamname.marvelous.gamelibrary.events;
/** Represents a notification event for: {@link EventType#Ack}, {@link EventType#Nack}. */
public class NotificationEvent extends Event {
}