forked from External/mage
make some fields final
This commit is contained in:
parent
f4d9c98df7
commit
3653e09ce4
8 changed files with 10 additions and 10 deletions
|
|
@ -21,7 +21,7 @@ import mage.util.CardUtil;
|
|||
*/
|
||||
public class ChooseOpponentEffect extends OneShotEffect {
|
||||
|
||||
public static String VALUE_KEY = "_opponent";
|
||||
public static final String VALUE_KEY = "_opponent";
|
||||
|
||||
public ChooseOpponentEffect(Outcome outcome) {
|
||||
super(outcome);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue