forked from External/mage
Change all line endings to LF
This commit is contained in:
parent
13d9a56b7a
commit
430ae503c7
17069 changed files with 1263498 additions and 1263497 deletions
|
|
@ -1,14 +1,14 @@
|
|||
package mage.target.targetpointer;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.List;
|
||||
import java.util.UUID;
|
||||
import mage.abilities.Ability;
|
||||
import mage.game.Game;
|
||||
|
||||
public interface TargetPointer extends Serializable {
|
||||
void init(Game game, Ability source);
|
||||
List<UUID> getTargets(Game game, Ability source);
|
||||
UUID getFirst(Game game, Ability source);
|
||||
TargetPointer copy();
|
||||
}
|
||||
package mage.target.targetpointer;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.List;
|
||||
import java.util.UUID;
|
||||
import mage.abilities.Ability;
|
||||
import mage.game.Game;
|
||||
|
||||
public interface TargetPointer extends Serializable {
|
||||
void init(Game game, Ability source);
|
||||
List<UUID> getTargets(Game game, Ability source);
|
||||
UUID getFirst(Game game, Ability source);
|
||||
TargetPointer copy();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue