C# Class NetMsg.MsgMoveInfo

Inheritance: BaseMsg
Afficher le fichier Open project: dream-young-soul/soul Class Usage Examples

Méthodes publiques

Свойство Type Description
dir byte
id uint
param ushort
param2 int
time int
ucMode byte
x short
y short

Méthodes publiques

Méthode Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
MsgMoveInfo ( ) : System

Method Details

Create() public méthode

public Create ( byte msg = null, GamePacketKeyEx key = null ) : void
msg byte
key GameBase.Network.GamePacketKeyEx
Résultat void

GetBuffer() public méthode

public GetBuffer ( ) : byte[]
Résultat byte[]

MsgMoveInfo() public méthode

public MsgMoveInfo ( ) : System
Résultat System

Property Details

dir public_oe property

public byte dir
Résultat byte

id public_oe property

public uint id
Résultat uint

param public_oe property

public ushort param
Résultat ushort

param2 public_oe property

public int param2
Résultat int

time public_oe property

public int time
Résultat int

ucMode public_oe property

public byte ucMode
Résultat byte

x public_oe property

public short x
Résultat short

y public_oe property

public short y
Résultat short