java.lang.Object | +--GalEventCard
Class GalEventCard
| Field Summary | |
java.lang.String |
effect
|
int |
number
|
| Constructor Summary | |
GalEventCard(int i,
java.lang.String s)
|
|
| Method Summary | |
static GalEventCard |
Generate(java.lang.String[] args)
|
static void |
init()
method init initializes the galactic event Deck |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int number
public java.lang.String effect
| Constructor Detail |
public GalEventCard(int i,
java.lang.String s)
| Method Detail |
public static GalEventCard Generate(java.lang.String[] args)
public static void init()