2022-02-02 16:34:46 +00:00
|
|
|
|
package love.distributedrebirth.bassboonyd;
|
|
|
|
|
|
2022-10-15 00:34:58 +00:00
|
|
|
|
import love.distributedrebirth.bassboonyd.info.BãßBȍőnAuthor注;
|
|
|
|
|
|
|
|
|
|
@BãßBȍőnAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
2022-02-02 17:06:12 +00:00
|
|
|
|
public class BãßBȍőnConstantsʸᴰ {
|
2022-02-02 16:34:46 +00:00
|
|
|
|
|
|
|
|
|
public static final String STR_VALUES = "values";
|
|
|
|
|
|
2022-02-06 16:19:05 +00:00
|
|
|
|
public static final String STR_NAME = "name";
|
|
|
|
|
|
|
|
|
|
public static final String STR_TYPE = "type";
|
|
|
|
|
|
2022-02-02 16:34:46 +00:00
|
|
|
|
public static final String STR_DOT = ".";
|
2022-02-02 17:01:10 +00:00
|
|
|
|
|
2022-02-06 16:19:05 +00:00
|
|
|
|
public static final String STR_EMPTY = "";
|
|
|
|
|
|
|
|
|
|
public static final String STR_SPACE = " ";
|
|
|
|
|
|
|
|
|
|
public static final String STR_COMMA = ",";
|
|
|
|
|
|
|
|
|
|
public static final String STR_COLON = ":";
|
|
|
|
|
|
|
|
|
|
public static final String STR_IS = "=";
|
|
|
|
|
|
2022-02-02 17:01:10 +00:00
|
|
|
|
public static final int INT_ZERO = 0;
|
|
|
|
|
|
|
|
|
|
public static final int INT_ONE = 1;
|
2022-02-02 16:34:46 +00:00
|
|
|
|
}
|