C# Class NetMsg.MsgScroolRandom

Inheritance: BaseMsg
Exibir arquivo Open project: dream-young-soul/soul

Public Properties

Property Type Description
_x short
_y short
roleid uint
tag int
time int
type int
x short
y short

Public Methods

Method Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
MsgScroolRandom ( ) : System

Method Details

Create() public method

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

GetBuffer() public method

public GetBuffer ( ) : byte[]
return byte[]

MsgScroolRandom() public method

public MsgScroolRandom ( ) : System
return System

Property Details

_x public_oe property

public short _x
return short

_y public_oe property

public short _y
return short

roleid public_oe property

public uint roleid
return uint

tag public_oe property

public int tag
return int

time public_oe property

public int time
return int

type public_oe property

public int type
return int

x public_oe property

public short x
return short

y public_oe property

public short y
return short