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

파일 보기 프로젝트 열기: aura-project/aura 1 사용 예제들

공개 메소드들

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

메소드 상세

GlobalDrop() 공개 메소드

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

Matches() 공개 추상적인 메소드

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