mock exe mod and keyboard input

This commit is contained in:
2025-01-12 00:43:51 +03:00
parent a4372ceb9e
commit a78494a7b1
7 changed files with 97 additions and 14 deletions
-1
View File
@@ -2,6 +2,5 @@ namespace mROA;
public interface IInteractionModule
{
void SetInteractionHandler(Action<(int clientId, byte[] message)> handler);
void SendTo(int clientId, byte[] message);
}