You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jgf-...@googlegroups.com
Hi.
A few days ago I added injection mechanism to JGF which greatly improves usability of the framework. See the example below (note the @Register annotation).
/** * InGameLogic just updates scene and entities. */ @Configurable public class InGameLogic extends BaseLogicState {