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

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

공개 메소드들

메소드 설명
GlobalDropById ( string identifier, int raceId, DropData data ) : Aura.Channel.World.Entities
Matches ( Creature creature ) : bool

메소드 상세

GlobalDropById() 공개 메소드

public GlobalDropById ( string identifier, int raceId, DropData data ) : Aura.Channel.World.Entities
identifier string
raceId int
data DropData
리턴 Aura.Channel.World.Entities

Matches() 공개 메소드

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