Class PetCommand
java.lang.Object
client.inventory.PetCommand
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PetCommand
public PetCommand(int petId, int skillId, int prob, int inc)
-
-
Method Details
-
getPetId
public int getPetId() -
getSkillId
public int getSkillId() -
getProbability
public int getProbability() -
getIncrease
public int getIncrease()
-