package com.aionemu.gameserver.model;
/**
* @author xavier
*/
public enum DuelResult {
DUEL_WON(1300098, (byte) 2),
DUEL_LOST(1300099, (byte) 0),
DUEL_DRAW(1300100, (byte) 1);
private int msgId;
private byte resultId;
private DuelResult(int msgId, byte resultId) {
this.msgId = msgId;
this.resultId = resultId;
}
public int getMsgId() {
return msgId;
}
public byte getResultId() {
return resultId;
}
}
순위 | 닉네임 | 포인트 |
---|---|---|
1 |
![]() |
102,949 |
2 |
![]() |
63,733 |
3 |
![]() |
51,771 |
4 |
![]() |
36,923 |
5 |
![]() |
35,011 |
6 |
![]() |
29,470 |
7 |
![]() |
29,077 |
8 |
![]() |
28,199 |
9 |
![]() |
26,731 |
10 |
![]() |
17,020 |