реализован производитель модулей сериализации

This commit is contained in:
2025-02-14 20:24:04 +03:00
parent c370142e7a
commit b4d4837f9d
5 changed files with 56 additions and 4 deletions
+1
View File
@@ -4,6 +4,7 @@ public interface IInteractionModule : IInjectableModule
{
void SendTo(int clientId, byte[] message);
void RegisterSource(Stream stream);
Stream GetSource(int clientId);
public interface IFrontendInteractionModule : IInjectableModule
{
int ClientId { get; }