[refactor] removed generic parameter from Game classes

This commit is contained in:
North 2014-06-03 12:33:02 +03:00
parent 4fd248c4f8
commit 9324e93868
27 changed files with 32 additions and 37 deletions

View file

@ -35,7 +35,7 @@ import mage.game.match.MatchType;
*
* @author LevelX2
*/
public class CommanderFreeForAllType extends MatchType<CommanderFreeForAllType> {
public class CommanderFreeForAllType extends MatchType {
public CommanderFreeForAllType() {
this.name = "Commander Free For All";