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:
@@ -1,3 +1,4 @@
|
||||
using System.Text;
|
||||
using BugGame.Resources;
|
||||
|
||||
namespace BugGame.Parts;
|
||||
@@ -8,4 +9,6 @@ internal class Tail : Part
|
||||
: base(Message.TailAdded, Message.TailNotNeeded)
|
||||
{
|
||||
}
|
||||
|
||||
public void AppendTo(StringBuilder builder) => builder.AppendLine("TTTTTB B");
|
||||
}
|
||||
Reference in New Issue
Block a user