org.starhope.appius.game.npc
Class ScriptableNPCFactory
java.lang.Object
org.starhope.appius.game.npc.ScriptableNPCFactory
- Direct Known Subclasses:
- EcmaScriptNPCFactory, LuaNPCFactory, PerlNPCFactory, RubyNPCFactory
public class ScriptableNPCFactory
- extends Object
- Author:
- brpocock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptableNPCFactory
public ScriptableNPCFactory()
getNPC
public static AbstractUser getNPC(String script,
String klass)
- Parameters:
script
- WRITEMEklass
- WRITEME
- Returns:
- WRITEME