mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-23 07:29:02 -08:00
Add printing of bugs
This commit is contained in:
@@ -2,7 +2,7 @@ using BugGame.Resources;
|
||||
|
||||
namespace BugGame.Parts;
|
||||
|
||||
internal class Part
|
||||
internal class Part : IPart
|
||||
{
|
||||
private readonly Message _addedMessage;
|
||||
private readonly Message _duplicateMessage;
|
||||
|
||||
Reference in New Issue
Block a user