Fixed: C# Name for TakeoverInterface

This commit is contained in:
TheJoKlLa 2022-03-12 00:00:05 +01:00
parent 97ca7deba1
commit 6b0aba90a9

View File

@ -65,7 +65,7 @@ struct Machine {
}
takeover @9 :Takeover;
interface Takeover $CSharp.name("TransferInterface") {
interface Takeover $CSharp.name("TakeoverInterface") {
accept @0 ();
reject @1 ();
}