/// <summary> /// This component has a kill icon that can be used in the killfeed, or somewhere else. /// </summary> public interface IKillIcon { public Texture DisplayIcon { get; set; } }