namespace Newlon.Components; // // Base interface for entities // public interface IProjectile { public int Line { get; set; } }