class RationalAI.MusteredCreatures
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<CreatureType> |
creatures |
boolean |
mustered |
Constructor and Description |
---|
RationalAI.MusteredCreatures(boolean m,
java.util.List<CreatureType> c) |
public boolean mustered
public java.util.List<CreatureType> creatures
RationalAI.MusteredCreatures(boolean m, java.util.List<CreatureType> c)