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

Collection of prerequisites, met if all are met.
Inheritance: QuestPrerequisite
Exibir arquivo Open project: aura-project/aura

Public Methods

Method Description
Is ( Type type ) : bool
Met ( Creature character ) : bool
QuestPrerequisiteAnd ( ) : System.Linq

Method Details

Is() public method

public Is ( Type type ) : bool
type Type
return bool

Met() public method

public Met ( Creature character ) : bool
character Aura.Channel.World.Entities.Creature
return bool

QuestPrerequisiteAnd() public method

public QuestPrerequisiteAnd ( ) : System.Linq
return System.Linq