[Editor] Add lacking input() method to generated map handler
This commit is contained in:
@@ -17,6 +17,11 @@ public class ${className} implements MapHandler {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void input(Window window) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void update(Context context, GameMap map, float dt) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user