C# 클래스 Aura.Channel.World.Dungeons.Props.Fountain

Fountain prop, as found in dungeons.
상속: Aura.Channel.World.Dungeons.Props.DungeonProp
파일 보기 프로젝트 열기: aura-project/aura

공개 메소드들

메소드 설명
Fountain ( string name ) : Aura.Channel.Network.Sending

Creates new fountain.

TurnOff ( ) : void

Turns fountain off.

TurnOn ( ) : void

Turns fountain on.

보호된 메소드들

메소드 설명
DefaultBehavior ( Creature creature, Prop prop ) : void

Fountain's default behavior, checking state, who and how many times they used the fountain, and calling Touch.

Touch ( Creature creature ) : void

Applies random fountain effect to creature.

메소드 상세

DefaultBehavior() 보호된 메소드

Fountain's default behavior, checking state, who and how many times they used the fountain, and calling Touch.
protected DefaultBehavior ( Creature creature, Prop prop ) : void
creature Aura.Channel.World.Entities.Creature
prop Aura.Channel.World.Entities.Prop
리턴 void

Fountain() 공개 메소드

Creates new fountain.
public Fountain ( string name ) : Aura.Channel.Network.Sending
name string
리턴 Aura.Channel.Network.Sending

Touch() 보호된 메소드

Applies random fountain effect to creature.
protected Touch ( Creature creature ) : void
creature Aura.Channel.World.Entities.Creature
리턴 void

TurnOff() 공개 메소드

Turns fountain off.
public TurnOff ( ) : void
리턴 void

TurnOn() 공개 메소드

Turns fountain on.
public TurnOn ( ) : void
리턴 void