C# Class NetMsg.MsgLogin

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

Public Methods

Method Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
Process ( ) : void

Method Details

Create() public method

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

Process() public method

public Process ( ) : void
return void