fix: removed Req from EventTypes as it's now a request, not an event
This commit is contained in:
parent
1a98f25139
commit
7129f0f3ab
@ -5,7 +5,6 @@ public enum EventType {
|
|||||||
// GameStateEvents
|
// GameStateEvents
|
||||||
Ack,
|
Ack,
|
||||||
Nack,
|
Nack,
|
||||||
Req,
|
|
||||||
GameStateEvent,
|
GameStateEvent,
|
||||||
CustomEvent,
|
CustomEvent,
|
||||||
|
|
||||||
|
@ -0,0 +1,2 @@
|
|||||||
|
package uulm.teamname.marvelous.gamelibrary.json.ingame;public class EventDeserializer {
|
||||||
|
}
|
@ -0,0 +1,5 @@
|
|||||||
|
import static org.mockito.Mockito.*;
|
||||||
|
import static org.junit.jupiter.api.Assertions.*;
|
||||||
|
class JSONTest {
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user