feat: created BasicAnswer, and cleaned up some code
This commit is contained in:
parent
2d33f150a8
commit
37e84b6e15
@ -0,0 +1,10 @@
|
||||
package uulm.teamname.marvelous.gamelibrary.json.basic;
|
||||
|
||||
import uulm.teamname.marvelous.gamelibrary.json.MessageType;
|
||||
|
||||
/** Basic answer to a message. It contains */
|
||||
public class BasicAnswer {
|
||||
String userID;
|
||||
MessageType messageType;
|
||||
boolean optionals;
|
||||
}
|
@ -1,6 +1,5 @@
|
||||
package uulm.teamname.marvelous.gamelibrary.json.ingame;
|
||||
|
||||
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
|
||||
import uulm.teamname.marvelous.gamelibrary.events.Event;
|
||||
import uulm.teamname.marvelous.gamelibrary.json.MessageType;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user