refactor supertype to enum

This commit is contained in:
ingmargoudt 2017-03-27 20:36:08 +02:00
parent 3a2c828fb8
commit 84559457d3

View file

@ -0,0 +1,7 @@
package mage.constants;
/**
* Created by IGOUDT on 26-3-2017.
*/
public enum SuperType {
}