Add Different colors to combo mana

This commit is contained in:
Chris H
2019-04-29 20:41:36 -04:00
parent abfee4544d
commit 1f752ff210
6 changed files with 131 additions and 137 deletions

View File

@@ -41,6 +41,7 @@ public final class ColorSet implements Comparable<ColorSet>, Iterable<Byte>, Ser
private static final long serialVersionUID = 794691267379929080L;
private final byte myColor;
public byte getMyColor() { return myColor; }
private final float orderWeight;
private static final ColorSet[] cache = new ColorSet[32];