mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 23:26:40 -08:00
Add printing of bugs
This commit is contained in:
@@ -3,5 +3,4 @@ namespace BugGame.Parts;
|
||||
internal interface IPart
|
||||
{
|
||||
string Name { get; }
|
||||
bool IsComplete { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user