mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 22:12:03 -08:00
[refactor] removed generic parameter from Game classes
This commit is contained in:
parent
4fd248c4f8
commit
9324e93868
27 changed files with 32 additions and 37 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue