Small change to Uphill Battle.

This commit is contained in:
LevelX2 2018-03-08 23:27:19 +01:00
parent 82e8606b40
commit 15602cdfb3
2 changed files with 6 additions and 6 deletions

View file

@ -59,7 +59,6 @@ public interface Permanent extends Card, Controllable {
* @param tapped
* @deprecated
*/
@Deprecated
void setTapped(boolean tapped);
boolean canTap();