namespace BugGame.Parts; internal interface IPart { string Name { get; } bool IsComplete { get; } }