тесты

This commit is contained in:
2025-01-12 01:06:09 +03:00
parent a78494a7b1
commit c9cd6ec0c0
6 changed files with 53 additions and 28 deletions
+1
View File
@@ -2,5 +2,6 @@ namespace mROA;
public interface IInteractionModule
{
void SetMessageHandler(Action<int, string> handler);
void SendTo(int clientId, byte[] message);
}