C# Class NetMsg.MsgQueryCreateRoleName

Inheritance: BaseMsg
Mostrar archivo Open project: dream-young-soul/soul

Public Properties

Property Type Description
Name byte[]
version int

Public Methods

Method Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetName ( ) : String
MsgQueryCreateRoleName ( ) : System

Method Details

Create() public method

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

GetName() public method

public GetName ( ) : String
return String

MsgQueryCreateRoleName() public method

public MsgQueryCreateRoleName ( ) : System
return System

Property Details

Name public_oe property

public byte[] Name
return byte[]

version public_oe property

public int version
return int