Update machinesystem.capnp

This commit is contained in:
TheJoKlLa 2021-09-07 13:53:31 +00:00
parent 52f35c1684
commit c8d372cb54

View File

@ -15,6 +15,6 @@ interface MachineSystem
interface Info $CSharp.name("InfoInterface") { interface Info $CSharp.name("InfoInterface") {
getMachineList @0 () -> ( machine_list :List(Machine) ); getMachineList @0 () -> ( machine_list :List(Machine) );
getMachine @1 ( uuid :General.UUID ) -> ( machine :Machine); getMachine @1 ( uuid :General.UUID ) -> ( machine :Machine );
} }
} }