// // Base interface for entities // public interface IProjectile { public int Line { get; set; } }