using CoreGame.Render; using Entitas; namespace CoreGame.Render { [Combat] public class DetachAssetComponent : IComponent { public BindPointType bindPointType; } }