org.dc.riot.lol.rx.model.common.RankedQueue Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lol-api-rxjava Show documentation
Show all versions of lol-api-rxjava Show documentation
Service library for League of Legends API
package org.dc.riot.lol.rx.model.common;
/**
* Ranked queues.
*
* @author Dc
* @since 1.0.0
*/
public enum RankedQueue {
RANKED_SOLO_5x5, RANKED_TEAM_3x3, RANKED_TEAM_5x5
}