добавлены реализации
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace mROA;
|
||||
|
||||
public interface IInteractionModule
|
||||
{
|
||||
void SetInteractionHandler(Action<(int clientId, byte[] message)> handler);
|
||||
void SendTo(int clientId, byte[] message);
|
||||
}
|
||||
Reference in New Issue
Block a user