Class PartTimeJob
java.lang.Object
client.PartTimeJob
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PartTimeJob
public PartTimeJob(int cid)
-
-
Method Details
-
getCharacterId
public int getCharacterId() -
getJob
public byte getJob() -
getTime
public long getTime() -
getReward
public int getReward() -
setJob
public void setJob(byte job) -
setTime
public void setTime(long time) -
setReward
public void setReward(int reward)
-