mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-19 02:24:37 +08:00
add AUTHOR
This commit is contained in:
parent
acd7acecc3
commit
353dd1eb81
@ -2,6 +2,7 @@
|
||||
{
|
||||
public class EcsConsts
|
||||
{
|
||||
public const string AUTHOR = "DCFApixels";
|
||||
public const string FRAMEWORK_NAME = "DragonECS";
|
||||
|
||||
public const string EXCEPTION_MESSAGE_PREFIX = "[" + FRAMEWORK_NAME + "] ";
|
||||
@ -55,7 +56,7 @@
|
||||
#if DISABLE_DRAGONECS_DEBUGGER
|
||||
true;
|
||||
#else
|
||||
false;
|
||||
false;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user