mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Added method to make current game type accessible
This commit is contained in:
@@ -139,6 +139,8 @@ public abstract class ACEditorBase<TItem extends InventoryItem, TModel extends D
|
|||||||
return this.screen;
|
return this.screen;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public GameType getGameType() { return this.gameType; }
|
||||||
|
|
||||||
public DeckSection getSectionMode() {
|
public DeckSection getSectionMode() {
|
||||||
return this.sectionMode;
|
return this.sectionMode;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user