using System.Collections.Generic; using Entitas; namespace CoreGame.Render { [Combat] public class CommandReceiverComponent : IComponent { public CombatEntity entity; } }