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

Skill prerequisite, met if character doesn't have the skill or rank yet.
상속: QuestPrerequisite
파일 보기 프로젝트 열기: aura-project/aura

공개 메소드들

메소드 설명
Is ( Type type ) : bool
Met ( Creature character ) : bool
QuestPrerequisiteNotSkill ( SkillId skillId, SkillRank rank = SkillRank.Novice ) : System.Linq

메소드 상세

Is() 공개 메소드

public Is ( Type type ) : bool
type Type
리턴 bool

Met() 공개 메소드

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

QuestPrerequisiteNotSkill() 공개 메소드

public QuestPrerequisiteNotSkill ( SkillId skillId, SkillRank rank = SkillRank.Novice ) : System.Linq
skillId SkillId
rank SkillRank
리턴 System.Linq