I have a public enum property on my custom device that will not allow me to change its value and looks like its broken.
Is this the proper way in Verse to make a public enum property editable?
in the same verse file, but outside of the device class:
TeamSorting<public> := enum { RandomOrder, JoinOrder }
in the device class:
Sorting: TeamSorting = TeamSorting.RandomOrder