mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-19 02:24:35 +08:00
8 lines
137 B
C#
8 lines
137 B
C#
![]() |
namespace DCFApixels.DragonECS
|
|||
|
{
|
|||
|
public static class EcsUnityConsts
|
|||
|
{
|
|||
|
public const string INFO_MARK = "[i]";
|
|||
|
}
|
|||
|
}
|