начало задачи о зависимостях

This commit is contained in:
2025-02-05 09:55:06 +03:00
parent ad2ef8e4b7
commit fd1eda2661
26 changed files with 109 additions and 135 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
using mROA.Abstract;
namespace mROA;
public interface IInteractionModule
public interface IInteractionModule : IInjectableModule
{
void SetMessageHandler(Action<int, byte[]> handler);
void SendTo(int clientId, byte[] message);