org.starhope.appius.game.npc
Class EjectaManager

java.lang.Object
  extended by org.starhope.appius.game.npc.EjectaManager

public class EjectaManager
extends Object

Author:
brpocock@star-hope.org

Field Summary
private static List<Ejecta> ejecta
          WRITEME: Document this brpocock@star-hope.org
 
Constructor Summary
EjectaManager()
           
 
Method Summary
static void add(Ejecta o)
          WRITEME: Document this method brpocock@star-hope.org
static void remove(Ejecta o)
          WRITEME: Document this method brpocock@star-hope.org
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ejecta

private static final List<Ejecta> ejecta
WRITEME: Document this brpocock@star-hope.org

Constructor Detail

EjectaManager

public EjectaManager()
Method Detail

add

public static void add(Ejecta o)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
o - WRITEME

remove

public static void remove(Ejecta o)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
o - WRITEME