org.starhope.appius.game.npc
Class EjectaManager
java.lang.Object
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 |
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 |
ejecta
private static final List<Ejecta> ejecta
- WRITEME: Document this brpocock@star-hope.org
EjectaManager
public EjectaManager()
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