aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hype/bbsentials/constants/enviromentShared/AuthenticationConstants.java
blob: 878f303a642c9ce8c2db38e6a6542f45e11ae2b3 (plain)
1
2
3
4
5
6
7
package de.hype.bbsentials.constants.enviromentShared;

public class AuthenticationConstants {
    //Authentication Types
    public static final String MOJANG = "MOJANG";
    public static final String DATABASE = "DATABASE";
}