C# 클래스 Aura.Channel.World.Quests.QuestObjectiveKill

Objective to kill creatures of a race type.
상속: QuestObjective
파일 보기 프로젝트 열기: aura-project/aura

공개 메소드들

메소드 설명
Check ( Creature killedCreature ) : bool

Returns true if creature matches one of the race types.

QuestObjectiveKill ( int amount ) : System.Linq

메소드 상세

Check() 공개 메소드

Returns true if creature matches one of the race types.
public Check ( Creature killedCreature ) : bool
killedCreature Aura.Channel.World.Entities.Creature
리턴 bool

QuestObjectiveKill() 공개 메소드

public QuestObjectiveKill ( int amount ) : System.Linq
amount int
리턴 System.Linq