mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 06:41:51 +01:00
Fixed: C# Name for TakeoverInterface
This commit is contained in:
parent
97ca7deba1
commit
6b0aba90a9
@ -65,7 +65,7 @@ struct Machine {
|
||||
}
|
||||
|
||||
takeover @9 :Takeover;
|
||||
interface Takeover $CSharp.name("TransferInterface") {
|
||||
interface Takeover $CSharp.name("TakeoverInterface") {
|
||||
accept @0 ();
|
||||
reject @1 ();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user