All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.codingame.gameengine.runner.dto.ConfigResponseDto Maven / Gradle / Ivy

Go to download

Runner / Testbed to locally run Games created using the CodinGame engine toolkit.

There is a newer version: 4.5.0
Show newest version
package com.codingame.gameengine.runner.dto;

/**
 * A data transfer object for level configuration data.
 * 

* Used internally. *

*/ @SuppressWarnings("javadoc") public class ConfigResponseDto { public int minPlayers; public int maxPlayers; public String type; public String criteria; public String sortingOrder; public String criteriaEn; public String criteriaFr; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy