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

net.alloyggp.tournament.api.TGame Maven / Gradle / Ivy

package net.alloyggp.tournament.api;

public interface TGame {

    String getId();

    String getUrl();

    int getNumRoles();

    boolean isFixedSum();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy