mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-18 10:04:36 +08:00
9 lines
243 B
C#
9 lines
243 B
C#
![]() |
namespace DCFApixels.DragonECS.Unity
|
|||
|
{
|
|||
|
public class EcsUnityConsts
|
|||
|
{
|
|||
|
public const string PACK_GROUP = "_" + EcsConsts.FRAMEWORK_NAME + "/Unity";
|
|||
|
public const string ENTITY_BUILDING_GROUP = "Entity Building";
|
|||
|
}
|
|||
|
}
|