Skip to content
Snippets Groups Projects
Commit 89f1e0fc authored by Fabian Tërnava's avatar Fabian Tërnava
Browse files

revert last commit to be pushed on feature branch. Add example hello world skill enum parameter

parent 330ac3f5
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,12 @@
<ObjectChild key='some_int'>
<int32 />
</ObjectChild>
<ObjectChild key='some_int_enum'>
<HelloWorldInteEnum />
</ObjectChild>
<ObjectChild key='some_optional_int_enum'>
<HelloWorldInteEnum optional="true" />
</ObjectChild>
<ObjectChild key='some_float'>
<float32 />
</ObjectChild>
......
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