mirror of
https://github.com/magefree/mage.git
synced 2026-01-18 09:19:56 -08:00
23 lines
415 B
Java
23 lines
415 B
Java
package org
|
|
|
|
import mage.Constants
|
|
import mage.game.match.MatchOptions
|
|
import mage.game.tournament.LimitedOptions
|
|
import mage.view.SeatView
|
|
|
|
import java.util.ArrayList
|
|
import java.util.Date
|
|
import java.util.List
|
|
import java.util.UUID
|
|
|
|
/**
|
|
* Created by IntelliJ IDEA.
|
|
* User: ayratn
|
|
* Date: 5/27/12
|
|
* Time: 8:44 AM
|
|
* To change this template use File | Settings | File Templates.
|
|
*/
|
|
public interface Test {
|
|
|
|
|
|
}
|