org.starhope.appius.game.npc
Class RubyNPC

java.lang.Object
  extended by org.starhope.appius.game.npc.ScriptableNPCFactory
      extended by org.starhope.appius.game.npc.RubyNPC

public class RubyNPC
extends ScriptableNPCFactory

Author:
brpocock

Constructor Summary
RubyNPC()
           
 
Method Summary
static NPCInterface getNPC(String script, String klass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyNPC

public RubyNPC()
Method Detail

getNPC

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