forked from External/mage
[MMB] Added Horde of Notion and All Suns' Dawn.
This commit is contained in:
parent
5c041753a6
commit
799def3b49
5 changed files with 355 additions and 0 deletions
|
|
@ -340,4 +340,13 @@ public class ObjectColor implements Serializable, Copyable<ObjectColor>, Compara
|
|||
return o1 - o2;
|
||||
}
|
||||
|
||||
public static List<ObjectColor> getAllColors() {
|
||||
List<ObjectColor> colors = new ArrayList<>();
|
||||
colors.add(ObjectColor.WHITE);
|
||||
colors.add(ObjectColor.BLUE);
|
||||
colors.add(ObjectColor.BLACK);
|
||||
colors.add(ObjectColor.RED);
|
||||
colors.add(ObjectColor.GREEN);
|
||||
return colors;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue