package com.aionemu.gameserver.model.gameobjects.player;
/**
* @author xTz
*/
public class InRoll {
private int npcId;
private int itemId;
private int rollType;
private int index;
public InRoll(int npcId, int itemId, int index, int rollType) {
this.npcId = npcId;
this.itemId = itemId;
this.index = index;
this.rollType = rollType;
}
public int getNpcId() {
return npcId;
}
public int getItemId() {
return itemId;
}
public int getIndex() {
return index;
}
public int getRollType() {
return rollType;
}
public void setNpcId(int npcId) {
this.npcId = npcId;
}
public void setItemId(int itemId) {
this.itemId = itemId;
}
public void setIndexd(int index) {
this.index = itemId;
}
public void setRollType(int rollType) {
this.rollType = rollType;
}
}
순위 | 닉네임 | 포인트 |
---|---|---|
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 |