C# Class SagaMap.Packets.Client.SendYaw

Inheritance: SagaLib.Packet
ファイルを表示 Open project: Willyham/SagaRO2

Public Methods

Method Description
GetYaw ( ) : int
New ( ) : Packet
Parse ( SagaLib client ) : void
SendYaw ( ) : System

Method Details

GetYaw() public method

public GetYaw ( ) : int
return int

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

public Parse ( SagaLib client ) : void
client SagaLib
return void

SendYaw() public method

public SendYaw ( ) : System
return System