Property Groups
Status: Alpha
Brought to you by:
loidthanead
A game developer should be able to assign properties to one or more groups. This allows properties to be used for various purposes without needing to create a Java object for each use.
For example, properties could be added to a group 'skills', letting a game developer use skills and levels without needing a special-purpose Skill type.
Clarification: The sentence 'without needing to create a Java object for each use' should read 'without needing to create a Java class for each use/subset.'