C# Класс Aura.Channel.World.Quests.QuestObjectiveKill

Objective to kill creatures of a race type.
Наследование: QuestObjective
Показать файл Открыть проект

Открытые методы

Метод Описание
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