Added method to make current game type accessible

This commit is contained in:
leriomaggio
2021-08-22 23:49:47 +01:00
parent 0f8541154a
commit 0b9a0f41cd

View File

@@ -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;
} }