mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[minor] Formatting.
This commit is contained in:
parent
ba21f4799f
commit
0facaa8974
1 changed files with 5 additions and 1 deletions
|
|
@ -28,6 +28,11 @@
|
|||
|
||||
package mage.game.match;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
import java.util.Random;
|
||||
import java.util.UUID;
|
||||
import mage.cards.decks.Deck;
|
||||
import mage.game.Game;
|
||||
import mage.game.GameException;
|
||||
|
|
@ -37,7 +42,6 @@ import mage.game.events.TableEvent.EventType;
|
|||
import mage.game.events.TableEventSource;
|
||||
import mage.players.Player;
|
||||
|
||||
import java.util.*;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue