mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Merge branch 'manaEffect' into 'master'
ExpressPay different ComboMana if possible See merge request core-developers/forge!3893
This commit is contained in:
@@ -41,7 +41,6 @@ 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];
|
||||
|
||||
Reference in New Issue
Block a user