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,24 +1,24 @@
|
|||
package mage.players.net;
|
||||
|
||||
/**
|
||||
* @author ayrat
|
||||
*/
|
||||
public enum UserGroup {
|
||||
|
||||
COMPUTER(0),
|
||||
PLAYER(1),
|
||||
DEFAULT(2),
|
||||
MAGE(3),
|
||||
ADMIN(7),
|
||||
OWNER(15);
|
||||
|
||||
private final int groupId;
|
||||
|
||||
UserGroup(int groupId) {
|
||||
this.groupId = groupId;
|
||||
}
|
||||
|
||||
public int getGroupId() {
|
||||
return this.groupId;
|
||||
}
|
||||
}
|
||||
package mage.players.net;
|
||||
|
||||
/**
|
||||
* @author ayrat
|
||||
*/
|
||||
public enum UserGroup {
|
||||
|
||||
COMPUTER(0),
|
||||
PLAYER(1),
|
||||
DEFAULT(2),
|
||||
MAGE(3),
|
||||
ADMIN(7),
|
||||
OWNER(15);
|
||||
|
||||
private final int groupId;
|
||||
|
||||
UserGroup(int groupId) {
|
||||
this.groupId = groupId;
|
||||
}
|
||||
|
||||
public int getGroupId() {
|
||||
return this.groupId;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue