feat: created POJOs for message structures from the standard document

This commit is contained in:
Yannik Bretschneider
2021-04-29 21:41:31 +02:00
parent 6cce28ef62
commit 71f571fee1
20 changed files with 505 additions and 8 deletions

View File

@ -1,6 +1,7 @@
package uulm.teamname.marvelous.gamelibrary.json;
import jdk.jshell.spi.ExecutionControl;
import uulm.teamname.marvelous.gamelibrary.json.ingame.MessageStructure;
/** Contains JSON encoding and decoding.
*/