namespace DCFApixels.DragonECS.Unity { public class EcsUnityConsts { public const string PACK_GROUP = "_" + EcsConsts.FRAMEWORK_NAME + "/Unity"; public const string ENTITY_BUILDING_GROUP = "Entity Building"; public const string DEBUG_LAYER = EcsConsts.NAME_SPACE + "Unity." + nameof(DEBUG_LAYER); } }