C# Class GameBase.Network.GamePack

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

Méthodes publiques

Свойство Type Description
m_Key GamePacketKeyEx

Méthodes publiques

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

Method Details

GamePack() public méthode

public GamePack ( ) : System
Résultat System

GetData() public méthode

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

ProcessNetData() public méthode

public ProcessNetData ( byte data ) : void
data byte
Résultat void

ResetKey() public méthode

public ResetKey ( ) : void
Résultat void

SunUpdateKey() public méthode

public SunUpdateKey ( int key, int key2 ) : void
key int
key2 int
Résultat void

Property Details

m_Key public_oe property

public GamePacketKeyEx,GameBase.Network m_Key
Résultat GamePacketKeyEx