mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Huge update to the GUI codebase.
- Make match screen in gui-desktop non-singleton, allowing multiple games to be played simultaneously. - Separate global gui commands (IGuiBase) from game-specific gui commands (IGuiGame), allowing games to send their commands to the correct gui.
This commit is contained in:
@@ -22,7 +22,7 @@ import forge.util.BinaryUtil;
|
||||
/**
|
||||
* The Class CardManaCostShard.
|
||||
*/
|
||||
public enum ManaCostShard implements Comparable<ManaCostShard> {
|
||||
public enum ManaCostShard {
|
||||
// declaration order matters! Place the shards that offer least ways to be paid for first
|
||||
|
||||
/* Pure colors */
|
||||
|
||||
Reference in New Issue
Block a user