fix: make configuration class names consistent
This commit is contained in:
parent
d09a733f2a
commit
488b18b40c
@ -1,9 +1,9 @@
|
|||||||
package uulm.teamname.marvelous.gamelibrary.json.config;
|
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 */
|
/** Max round amount in a match */
|
||||||
public int maxRounds;
|
public int maxRounds;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user