Skip to content
Snippets Groups Projects
Commit 2406e77f authored by Nadja von Reitzenstein Čerpnjak's avatar Nadja von Reitzenstein Čerpnjak
Browse files

fix4

parent f8b317bb
No related branches found
No related tags found
1 merge request!19Changed MachineInterface and UserInterface to Field from Method
......@@ -20,7 +20,7 @@ struct UserSystem
interface Manage $CSharp.name("ManageInterface") {
getUserList @0 () -> ( user_list :List(User) );
addUser @1 (username :Text, password: Text) -> ( user :User );
removeUser @2 (user :User, dummy :UInt8 = 0);
addUser @1 (username :Text, password: Text) -> User;
removeUser @2 User;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment