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

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

Méthodes publiques

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

Method Details

GlobalDropByType() public méthode

public GlobalDropByType ( string identifier, GlobalDropType type, DropData data ) : Aura.Channel.World.Entities
identifier string
type GlobalDropType
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