C# Class Aura.Channel.World.Quests.QuestObjectiveKill

Objective to kill creatures of a race type.
Inheritance: QuestObjective
Afficher le fichier Open project: aura-project/aura

Méthodes publiques

Méthode Description
Check ( Creature killedCreature ) : bool

Returns true if creature matches one of the race types.

QuestObjectiveKill ( int amount ) : System.Linq

Method Details

Check() public méthode

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

QuestObjectiveKill() public méthode

public QuestObjectiveKill ( int amount ) : System.Linq
amount int
Résultat System.Linq