mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
9 lines
203 B
C#
9 lines
203 B
C#
![]() |
namespace DCFApixels.DragonECS
|
|||
|
{
|
|||
|
public class EcsConsts
|
|||
|
{
|
|||
|
public const string EXCEPTION_MESSAGE_PREFIX = "[DragonECS] ";
|
|||
|
public const string DEBUG_PREFIX = "[DEBUG] ";
|
|||
|
}
|
|||
|
}
|