mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Added new Pauper format getter in GameFormat
This commit is contained in:
@@ -610,6 +610,8 @@ public class GameFormat implements Comparable<GameFormat> {
|
|||||||
|
|
||||||
public GameFormat getPremodern() { return this.map.get("Premodern"); }
|
public GameFormat getPremodern() { return this.map.get("Premodern"); }
|
||||||
|
|
||||||
|
public GameFormat getPauper() { return this.map.get("Pauper"); }
|
||||||
|
|
||||||
public GameFormat getFormat(String format) {
|
public GameFormat getFormat(String format) {
|
||||||
return this.map.get(format);
|
return this.map.get(format);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user