This commit is contained in:
Abnormal 2024-11-12 19:36:23 +00:00 committed by GitHub
commit 9155eddb45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,6 +55,11 @@ class Constants
} }
#end #end
/**
* Whether or not the game is a debug build.
*/
public static final DEBUG_BUILD:Bool = #if FEATURE_DEBUG_FUNCTIONS true #else false #end;
/** /**
* URL DATA * URL DATA
*/ */