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,21 +1,21 @@
|
|||
package mage.constants;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author North
|
||||
*/
|
||||
public enum RangeOfInfluence {
|
||||
ONE(1),
|
||||
TWO(2),
|
||||
ALL(0);
|
||||
|
||||
private int range;
|
||||
|
||||
RangeOfInfluence(int range) {
|
||||
this.range = range;
|
||||
}
|
||||
|
||||
public int getRange() {
|
||||
return range;
|
||||
}
|
||||
}
|
||||
package mage.constants;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author North
|
||||
*/
|
||||
public enum RangeOfInfluence {
|
||||
ONE(1),
|
||||
TWO(2),
|
||||
ALL(0);
|
||||
|
||||
private int range;
|
||||
|
||||
RangeOfInfluence(int range) {
|
||||
this.range = range;
|
||||
}
|
||||
|
||||
public int getRange() {
|
||||
return range;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue