[ZEN] Quest for the Holy Relic

This commit is contained in:
Loki 2011-08-26 11:24:43 +03:00
parent 7c8261b792
commit 8c9db5876e
2 changed files with 133 additions and 0 deletions

View file

@ -117,4 +117,8 @@ public class SearchLibraryPutInPlayEffect extends SearchEffect<SearchLibraryPutI
staticText = sb.toString();
}
public List<UUID> getTargets() {
return target.getTargets();
}
}