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

Inheritance: GlobalDrop
Mostrar archivo Open project: aura-project/aura

Public Methods

Method Description
GlobalDropByTag ( string identifier, string tag, DropData data ) : Aura.Channel.World.Entities
Matches ( Creature creature ) : bool

Method Details

GlobalDropByTag() public method

public GlobalDropByTag ( string identifier, string tag, DropData data ) : Aura.Channel.World.Entities
identifier string
tag string
data DropData
return Aura.Channel.World.Entities

Matches() public method

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