Skip to content

Commit

Permalink
Removed Action TODOs as they are implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomis committed Sep 10, 2014
1 parent 2aa85f7 commit ecbb28a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cardshifter-core/src/main/java/com/cardshifter/core/Card.java
Expand Up @@ -41,11 +41,6 @@ public boolean hasZone() {
return currentZone.isPresent();
}

// TODO: Add actions that need target(s)
// TODO: Client UI: Single target action - First click for using action - call script to verify it's OK at all
// TODO: Client UI: Single target action - show available targets - call script to verify target is OK
// TODO: Client UI: Single target action - then perform (or cancel)
// TODO: Client UI: Multi target action -
public CardAction addAction(final String name, final LuaValue actionAllowed, final LuaValue actionPerformed) {
Objects.requireNonNull(name, "name");
Objects.requireNonNull(actionAllowed, "actionAllowed");
Expand Down

0 comments on commit ecbb28a

Please sign in to comment.