C# Class Aura.Channel.World.GameEvents.GlobalDropByType

Inheritance: GlobalDrop
Show file Open project: aura-project/aura

Public Methods

Method Description
GlobalDropByType ( string identifier, GlobalDropType type, DropData data ) : Aura.Channel.World.Entities
Matches ( Creature creature ) : bool

Method Details

GlobalDropByType() public method

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

Matches() public method

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