Enums are simply types which can be created in code likeso:
1
2
3
4
5
6
7
publicenumMyEnum{
One,
Two,
Three
}
Dictionaries is something I’d like to support for variables added through the editor in the future, but I can’t really promise as of when this will be possible 🙂