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,6 @@
package uulm.teamname.marvelous.gamelibrary.requests;
import uulm.teamname.marvelous.gamelibrary.json.MessageStructure;
import uulm.teamname.marvelous.gamelibrary.json.ingame.MessageStructure;
/** Represents an abstract request sent inside a {@link MessageStructure} between client and server.
*/