using CoreGame.Render; using Entitas; namespace CoreGame.Render { [Combat] public class AttachAssetComponent : IComponent { public BindPointType bindPointType; public float retryTime; public bool isActive; } }