BowlerKernel
IDebugScriptRunner.java
Go to the documentation of this file.
1 package com.neuronrobotics.bowlerstudio.scripting;
2 
3 public interface IDebugScriptRunner {
4 
10  public String[] step();
11 
12 
13 }