refactor: moved MessageType

This commit is contained in:
2021-06-03 15:57:53 +02:00
parent fa8d8fcd00
commit 40a0a0c0c5
3 changed files with 1 additions and 21 deletions

View File

@ -14,6 +14,7 @@ import uulm.teamname.marvelous.gamelibrary.events.Event;
import uulm.teamname.marvelous.gamelibrary.events.EventBuilder;
import uulm.teamname.marvelous.gamelibrary.events.EventType;
import uulm.teamname.marvelous.gamelibrary.messages.EventMessage;
import uulm.teamname.marvelous.gamelibrary.messages.MessageType;
import java.util.*;