Skip to content
Snippets Groups Projects
Commit 86e8f010 authored by AxelCarayon's avatar AxelCarayon
Browse files

fix typo

parent 82961e79
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,6 @@ public abstract class State { ...@@ -15,6 +15,6 @@ public abstract class State {
this.agent = agent; this.agent = agent;
} }
public void onMovement(){} public abstract void onMovement();
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment