C# 클래스 Aura.Channel.World.GameEvents.GlobalDropByType

상속: GlobalDrop
파일 보기 프로젝트 열기: aura-project/aura

공개 메소드들

메소드 설명
GlobalDropByType ( string identifier, GlobalDropType type, DropData data ) : Aura.Channel.World.Entities
Matches ( Creature creature ) : bool

메소드 상세

GlobalDropByType() 공개 메소드

public GlobalDropByType ( string identifier, GlobalDropType type, DropData data ) : Aura.Channel.World.Entities
identifier string
type GlobalDropType
data DropData
리턴 Aura.Channel.World.Entities

Matches() 공개 메소드

public Matches ( Creature creature ) : bool
creature Aura.Channel.World.Entities.Creature
리턴 bool