mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
- CheckStyle.
This commit is contained in:
@@ -344,7 +344,7 @@ public final class CardColor implements Comparable<CardColor> {
|
||||
public boolean sharesColorWith(CardColor ccOther) {
|
||||
return (this.myColor & ccOther.myColor) != 0;
|
||||
}
|
||||
|
||||
|
||||
public CardColor getOffColors(CardColor ccOther) {
|
||||
return CardColor.fromMask(~this.myColor & ccOther.myColor);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user