Add parts and messages

This commit is contained in:
Andrew Cooper
2022-07-11 08:46:42 +10:00
parent f35bbb0224
commit 6078da8c78
16 changed files with 249 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
namespace BugGame.Parts;
internal class Feeler : IPart
{
public string Name => nameof(Feeler);
}