mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
Add Battles for DeckEditor types
This commit is contained in:
@@ -66,6 +66,8 @@ public class CardZoom extends FOverlay {
|
||||
}
|
||||
|
||||
public static void show(final List<?> items0, int currentIndex0, ActivateHandler activateHandler0) {
|
||||
if (items == null) { return; }
|
||||
if (currentIndex0 < 0 || items.size() <= currentIndex0) { return; }
|
||||
items = items0;
|
||||
activateHandler = activateHandler0;
|
||||
currentIndex = currentIndex0;
|
||||
|
||||
Reference in New Issue
Block a user