format: organize imports

This commit is contained in:
Leandro Doctors 2020-02-04 16:21:23 -03:00
parent 4075ebaea0
commit 8a0a9acff7
1284 changed files with 3511 additions and 2135 deletions

View file

@ -2,17 +2,17 @@
package mage.game.events;
import java.io.Serializable;
import java.util.UUID;
import mage.cards.Cards;
import mage.cards.decks.Deck;
import mage.game.Game;
import mage.game.draft.Draft;
import mage.game.events.TableEvent.EventType;
import mage.game.match.MatchOptions;
import mage.game.tournament.TournamentPairing;
import java.io.Serializable;
import java.util.UUID;
import mage.game.tournament.MultiplayerRound;
import mage.game.tournament.TournamentPairing;
/**
*