org.starhope.appius.game.npc
Class PythonNPC

java.lang.Object
  extended by org.starhope.appius.game.npc.BraqueNonPlayerCharacter
      extended by org.starhope.appius.game.npc.PythonNPC

public class PythonNPC
extends BraqueNonPlayerCharacter

Author:
brpocock

Constructor Summary
PythonNPC()
           
 
Method Summary
static NPCInterface getNPC(String script, String klass)
           
 
Methods inherited from class org.starhope.appius.game.npc.BraqueNonPlayerCharacter
getScriptedNPC
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PythonNPC

public PythonNPC()
Method Detail

getNPC

public static NPCInterface getNPC(String script,
                                  String klass)
Parameters:
script - WRITEME
klass - WRITEME
Returns:
WRITEME