org.starhope.appius.game.npc
Class RubyNPCFactory

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

public class RubyNPCFactory
extends ScriptableNPCFactory

Author:
brpocock

Constructor Summary
RubyNPCFactory()
           
 
Method Summary
static AbstractUser 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

RubyNPCFactory

public RubyNPCFactory()
Method Detail

getNPC

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