forked from External/mage
* Some fixes to possible exceptions.
This commit is contained in:
parent
3e4e555a20
commit
3ac7fc2726
6 changed files with 30 additions and 25 deletions
|
|
@ -33,15 +33,15 @@ import java.io.Serializable;
|
|||
*
|
||||
* @author LevelX2
|
||||
*/
|
||||
|
||||
public class UserSkipPrioritySteps implements Serializable {
|
||||
|
||||
final SkipPrioritySteps yourTurn;
|
||||
final SkipPrioritySteps opponentTurn;
|
||||
|
||||
boolean stopOnDeclareAttackersDuringSkipAction;
|
||||
boolean stopOnDeclareBlockerIfNoneAvailable;
|
||||
boolean stopOnAllMainPhases;
|
||||
boolean stopOnAllEndPhases;
|
||||
boolean stopOnDeclareAttackersDuringSkipAction = true;
|
||||
boolean stopOnDeclareBlockerIfNoneAvailable = true;
|
||||
boolean stopOnAllMainPhases = true;
|
||||
boolean stopOnAllEndPhases = true;
|
||||
|
||||
public UserSkipPrioritySteps() {
|
||||
yourTurn = new SkipPrioritySteps();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue