C# Class Aura.Channel.World.Dungeons.Props.RedFountain

Red Fountain, as found in dungeons.
Inheritance: Fountain
Afficher le fichier Open project: aura-project/aura

Méthodes publiques

Méthode Description
RedFountain ( string name ) : Aura.Channel.Network.Sending

Creates new red fountain.

Méthodes protégées

Méthode Description
Touch ( Creature creature ) : void

Applies random fountain effect to creature.

We're currently missing time limited status affects, which are needed for the red fountain's effects.

Method Details

RedFountain() public méthode

Creates new red fountain.
public RedFountain ( string name ) : Aura.Channel.Network.Sending
name string
Résultat Aura.Channel.Network.Sending

Touch() protected méthode

Applies random fountain effect to creature.
We're currently missing time limited status affects, which are needed for the red fountain's effects.
protected Touch ( Creature creature ) : void
creature Aura.Channel.World.Entities.Creature
Résultat void