mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-18 10:04:36 +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]";
|
|
}
|
|
}
|