net.sf.magicproject.token
Class MCommonVars

java.lang.Object
  extended by net.sf.magicproject.token.MCommonVars

public class MCommonVars
extends java.lang.Object

MCommonVars.java Created on 19 octobre 2001, 20:11

Author:
Fabrice Daugan

Field Summary
static boolean autoMana
          if true, auto colorless mana use is ON
static boolean autoStack
          if true, triggered abilities are automatically choosen
static int[] registers
          The play registers.
 
Constructor Summary
MCommonVars()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

registers

public static int[] registers
The play registers. These registers are not modified by the play, only by user abilities. The regiters are initialized to zero.


autoStack

public static boolean autoStack
if true, triggered abilities are automatically choosen


autoMana

public static boolean autoMana
if true, auto colorless mana use is ON

Constructor Detail

MCommonVars

public MCommonVars()


Copyright © 2003-2007 Magic-Project. All Rights Reserved.