Thank you for this guide, but i have some issues
I did everything you said, but Eclipse keeps giving me a lot of errors around the enum States. I can't seem to get rid of the errors, unless i write the enum list in the core package and not in the data package...
Edit: maybe a better explanation, i cannot use the enum State method in a separate class... (as it will give a shit ton of errors)
Also i have a question about a walkingpath, how would i implement that in a task?