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

org.dc.riot.lol.rx.model.common.GameMode Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package org.dc.riot.lol.rx.model.common;

/**
 * Game mode string bound list
 * 
 * @author Dc
 * @since 1.0.0
 */
public enum GameMode {
    CLASSIC,
    ODIN,
    ARAM,
    TUTORIAL,
    ONEFORALL,
    ASCENSION,
    FIRSTBLOOD,
    KINGPORO;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy