mock exe mod and keyboard input
This commit is contained in:
@@ -2,6 +2,5 @@ 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