Create GameRunner API scaffolding
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
package ${package};
|
||||
|
||||
public class ${className} {
|
||||
import com.bartlomiejpluta.base.api.runner.GameRunner;
|
||||
import com.bartlomiejpluta.base.api.context.Context;
|
||||
|
||||
public class ${className} implements GameRunner {
|
||||
|
||||
@Override
|
||||
public void init(Context context) {
|
||||
throw new RuntimeException("Not implemented yet");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user