Skip to content

Simple hamster game reflection fix

Niklas Krieger requested to merge SimpleHamsterGameReflectionFix into master

The valueOf method of enums uses reflection internally
this causes issues in combination with the artemis sandbox plugin
Therefore, SimpleHamsterGame now uses simple static strings instead an enum
Note: this branch contains the changes of #17. WIP will be removed after #17 is merged into master

Edited by Niklas Krieger

Merge request reports

Loading