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

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

Méthodes publiques

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

Method Details

GlobalDropById() public méthode

public GlobalDropById ( string identifier, int raceId, DropData data ) : Aura.Channel.World.Entities
identifier string
raceId int
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