C# 클래스 SagaMap.Packets.Server.Dive

Sends health and skill point values of a selected actor to be displayed in a box. (Needed to end battle.)
상속: SagaLib.Packet
파일 보기 프로젝트 열기: Willyham/SagaRO2

공개 메소드들

메소드 설명
Dive ( ) : System

Constructor.

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

메소드 상세

Dive() 공개 메소드

Constructor.
public Dive ( ) : System
리턴 System

SetDirection() 공개 메소드

public SetDirection ( Direction dir ) : void
dir Direction
리턴 void

SetOxygen() 공개 메소드

public SetOxygen ( uint Oxygen ) : void
Oxygen uint
리턴 void