HobbyProperty
This class represents the "HOBBY" property
This class should be called with two arguments, the first an array of the parameters, and the second the value of the property
The only acceptable parameters of
HobbyProperty
areLevelParameter
,IndexParameter
,LanguageParameter
,PrefParameter
,AltidParameter
,TypeParameter
andAnyParameter
If you do not wish that the property have any parameters, leave the first argument array empty
The value of
HobbyProperty
should be of typeTextType
new HobbyProperty(
[new LevelParameter("hobbyProperty", new ParameterValueType("beginner"))],
new TextType("Chess"),
);