org.starhope.appius.game.npc.plebeian
Class RunNextStep
java.lang.Object
org.starhope.appius.game.npc.plebeian.RunNextStep
- All Implemented Interfaces:
- Runnable
final class RunNextStep
- extends Object
- implements Runnable
WRITEME: Document this type.
- Author:
- brpocock@star-hope.org
Constructor Summary |
RunNextStep(ScriptRunner aScriptRunner)
WRITEME: Document this constructor brpocock@star-hope.org |
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scriptRunner
private final ScriptRunner scriptRunner
- WRITEME: Document this brpocock@star-hope.org
RunNextStep
RunNextStep(ScriptRunner aScriptRunner)
- WRITEME: Document this constructor brpocock@star-hope.org
- Parameters:
aScriptRunner
-
run
public void run()
- Specified by:
run
in interface Runnable
- See Also:
Runnable.run()