перевод на передачу с обозначением схемы

This commit is contained in:
2025-02-12 12:34:54 +03:00
parent 318484025d
commit 5032fa28e8
18 changed files with 143 additions and 62 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ namespace mROA.Abstract;
public interface IInteractionModule : IInjectableModule
{
void SendTo(int clientId, byte[] message);
void RegisterSourse(Stream stream);
void RegisterSource(Stream stream);
public interface IFrontendInteractionModule : IInjectableModule
{
public Task<byte[]> ReceiveMessage();