Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
SagaMap
Packets
Server
Dive
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
ファイルを表示
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