fix: make configuration class names consistent

This commit is contained in:
punchready 2021-05-31 17:51:57 +02:00
parent d09a733f2a
commit 488b18b40c
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
package uulm.teamname.marvelous.gamelibrary.json.config;
/**
* POJO describing the PartyConfiguration as defined by the standard document
* POJO describing the PartyConfig as defined by the standard document
*/
public class PartyConfiguration {
public class PartyConfig {
/** Max round amount in a match */
public int maxRounds;