prodable machines

This commit is contained in:
Nadja Reitzenstein 2023-02-14 17:03:26 +01:00
parent 19f20f5154
commit cde4677575

View File

@ -65,6 +65,11 @@ struct Machine {
releasefortakeover @2 ();
}
prodable @16 :Prodable;
interface Prodable $CSharp.name("ProdInterface") {
prodWithData @0 (data :Data);
}
takeover @9 :Takeover;
interface Takeover $CSharp.name("TakeoverInterface") {
accept @0 ();