Remove ICallRequest

This commit is contained in:
2025-08-03 00:32:32 +03:00
parent 0818ed6a5a
commit 2cbcc6b201
11 changed files with 109 additions and 50 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ namespace mROA.Codegen
Console.WriteLine($"Try to send to {ownerId} with hash code {context.GetHashCode()}");
<!I callFilter>
Console.WriteLine("Sending event...");
var request = new DefaultCallRequest
var request = new CallRequest
{
Id = RequestId.Generate(),
CommandId = <!L commandId>,