add AUTHOR

This commit is contained in:
Mikhail 2024-03-10 19:22:30 +08:00
parent acd7acecc3
commit 353dd1eb81

View File

@ -2,6 +2,7 @@
{ {
public class EcsConsts public class EcsConsts
{ {
public const string AUTHOR = "DCFApixels";
public const string FRAMEWORK_NAME = "DragonECS"; public const string FRAMEWORK_NAME = "DragonECS";
public const string EXCEPTION_MESSAGE_PREFIX = "[" + FRAMEWORK_NAME + "] "; public const string EXCEPTION_MESSAGE_PREFIX = "[" + FRAMEWORK_NAME + "] ";
@ -55,7 +56,7 @@
#if DISABLE_DRAGONECS_DEBUGGER #if DISABLE_DRAGONECS_DEBUGGER
true; true;
#else #else
false; false;
#endif #endif
} }
} }