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:
6
16_Bug/csharp/Parts/Feeler.cs
Normal file
6
16_Bug/csharp/Parts/Feeler.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace BugGame.Parts;
|
||||
|
||||
internal class Feeler : IPart
|
||||
{
|
||||
public string Name => nameof(Feeler);
|
||||
}
|
||||
Reference in New Issue
Block a user