C# Class NetMsg.MsgScroolRandom

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

Méthodes publiques

Свойство Type Description
_x short
_y short
roleid uint
tag int
time int
type int
x short
y short

Méthodes publiques

Méthode Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
MsgScroolRandom ( ) : 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[]

MsgScroolRandom() public méthode

public MsgScroolRandom ( ) : System
Résultat System

Property Details

_x public_oe property

public short _x
Résultat short

_y public_oe property

public short _y
Résultat short

roleid public_oe property

public uint roleid
Résultat uint

tag public_oe property

public int tag
Résultat int

time public_oe property

public int time
Résultat int

type public_oe property

public int type
Résultat int

x public_oe property

public short x
Résultat short

y public_oe property

public short y
Résultat short