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;
|
||||
}
|
||||
|
||||
public GameType getGameType() { return this.gameType; }
|
||||
|
||||
public DeckSection getSectionMode() {
|
||||
return this.sectionMode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user