use of xyz.derkades.ublisk.quest.QuestParticipant in project Ublisk by Derkades.
the class David method talk.
@Override
public void talk(UPlayer player) {
final QuestParticipant qp = player.getQuestParticipant(null, this);
qp.sendMessage("Hi!");
}
Aggregations