C# Class NetMsg.MsgHotKey

Inheritance: BaseMsg
Mostra file Open project: dream-young-soul/soul

Public Properties

Property Type Description
param1 byte[]
str String
tag short
tag2 byte
type int

Public Methods

Method Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
GetGroup ( ) : byte
GetHotKeyArr ( ) : String[]
MsgHotKey ( ) : 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[]

GetGroup() public method

public GetGroup ( ) : byte
return byte

GetHotKeyArr() public method

public GetHotKeyArr ( ) : String[]
return String[]

MsgHotKey() public method

public MsgHotKey ( ) : System
return System

Property Details

param1 public_oe property

public byte[] param1
return byte[]

str public_oe property

public String str
return String

tag public_oe property

public short tag
return short

tag2 public_oe property

public byte tag2
return byte

type public_oe property

public int type
return int