19 lines
448 B
Java
19 lines
448 B
Java
![]() |
package in.celest.xash3d;
|
||
|
|
||
|
|
||
|
/* TODO: This file should be generated... somehow */
|
||
|
public class XashConfig
|
||
|
{
|
||
|
// in.celest.xash3d.hl.test otherwise main package
|
||
|
public static final boolean PKG_TEST = false;
|
||
|
|
||
|
// check signature enable
|
||
|
public static final boolean CHECK_SIGNATURES = false;
|
||
|
|
||
|
// public release
|
||
|
public static final boolean RELEASE = false;
|
||
|
|
||
|
// public release for Google Play
|
||
|
public static final boolean GP_VERSION = false;
|
||
|
}
|