C# Class GameBase.Network.GamePack

Mostra file Open project: dream-young-soul/soul Class Usage Examples

Public Properties

Property Type Description
m_Key GamePacketKeyEx

Public Methods

Method Description
GamePack ( ) : System
GetData ( ) : byte[]
ProcessNetData ( byte data ) : void
ResetKey ( ) : void
SunUpdateKey ( int key, int key2 ) : void

Method Details

GamePack() public method

public GamePack ( ) : System
return System

GetData() public method

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

ProcessNetData() public method

public ProcessNetData ( byte data ) : void
data byte
return void

ResetKey() public method

public ResetKey ( ) : void
return void

SunUpdateKey() public method

public SunUpdateKey ( int key, int key2 ) : void
key int
key2 int
return void

Property Details

m_Key public_oe property

public GamePacketKeyEx,GameBase.Network m_Key
return GamePacketKeyEx