mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 23:26:40 -08:00
Add parts and messages
This commit is contained in:
11
16_Bug/csharp/Parts/Tail.cs
Normal file
11
16_Bug/csharp/Parts/Tail.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using BugGame.Resources;
|
||||
|
||||
namespace BugGame.Parts;
|
||||
|
||||
internal class Tail : Part
|
||||
{
|
||||
public Tail()
|
||||
: base(Message.TailAdded, Message.TailNotNeeded)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user