C# Class SagaMap.Packets.Server.Dive

Sends health and skill point values of a selected actor to be displayed in a box. (Needed to end battle.)
Inheritance: SagaLib.Packet
Mostra file Open project: Willyham/SagaRO2

Public Methods

Method Description
Dive ( ) : System

Constructor.

SetDirection ( Direction dir ) : void
SetOxygen ( uint Oxygen ) : void

Method Details

Dive() public method

Constructor.
public Dive ( ) : System
return System

SetDirection() public method

public SetDirection ( Direction dir ) : void
dir Direction
return void

SetOxygen() public method

public SetOxygen ( uint Oxygen ) : void
Oxygen uint
return void