com.github.alex1304.jdash.component.property.GDUserRole Maven / Gradle / Ivy
package com.github.alex1304.jdash.component.property;
/**
* User's role in Geometry Dash
*
* @author Alex1304
*/
public enum GDUserRole {
USER,
MODERATOR,
ELDER_MODERATOR;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy