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

Red Fountain, as found in dungeons.
Inheritance: Fountain
Show file Open project: aura-project/aura

Public Methods

Method Description
RedFountain ( string name ) : Aura.Channel.Network.Sending

Creates new red fountain.

Protected Methods

Method 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 method

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

Touch() protected method

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
return void