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

Inheritance: GlobalDrop
Afficher le fichier Open project: aura-project/aura

Méthodes publiques

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

Method Details

GlobalDropByTag() public méthode

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

Matches() public méthode

public Matches ( Creature creature ) : bool
creature Aura.Channel.World.Entities.Creature
Résultat bool