2022-02-02 16:34:46 +00:00
|
|
|
package love.distributedrebirth.bassboonyd;
|
|
|
|
|
2022-02-02 17:01:10 +00:00
|
|
|
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", 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";
|
|
|
|
|
|
|
|
public static final String STR_DOT = ".";
|
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
|
|
|
}
|