fix: removed Req from EventTypes as it's now a request, not an event
This commit is contained in:
		| @ -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 { | ||||||
|  |    | ||||||
|  | } | ||||||
		Reference in New Issue
	
	Block a user