From 353dd1eb817aece8bdfe1e62d3613bec9cb9d533 Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Sun, 10 Mar 2024 19:22:30 +0800 Subject: [PATCH] add AUTHOR --- src/Consts.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Consts.cs b/src/Consts.cs index 49b7c80..efaf5d5 100644 --- a/src/Consts.cs +++ b/src/Consts.cs @@ -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 } }