forked from External/mage
* GUI: new reworked GUI and card render engine, card icons and dozens of other fixes (see full list in related PR);
This commit is contained in:
parent
df98cc3e62
commit
a1da5ef437
304 changed files with 7266 additions and 5093 deletions
|
|
@ -8,12 +8,15 @@ import mage.constants.Zone;
|
|||
import java.io.ObjectStreamException;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author varaghar
|
||||
*/
|
||||
public class CrewWithToughnessAbility extends StaticAbility implements MageSingleton {
|
||||
|
||||
private static final CrewWithToughnessAbility instance = new CrewWithToughnessAbility();
|
||||
private static final CrewWithToughnessAbility instance;
|
||||
|
||||
static {
|
||||
instance = new CrewWithToughnessAbility();
|
||||
}
|
||||
|
||||
private Object readResolve() throws ObjectStreamException {
|
||||
return instance;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue