переделывание тестов

This commit is contained in:
2025-02-05 10:58:50 +03:00
parent fd1eda2661
commit f51dd93c87
28 changed files with 407 additions and 325 deletions
+1 -2
View File
@@ -4,10 +4,9 @@ namespace mROA;
public interface IInteractionModule : IInjectableModule
{
void SetMessageHandler(Action<int, byte[]> handler);
void SendTo(int clientId, byte[] message);
void RegisterSourse(Stream stream);
public interface IFrontendInteractionModule
public interface IFrontendInteractionModule : IInjectableModule
{
public Task<byte[]> ReceiveMessage();
public void PostMessage(byte[] message);