C# Class NetMsg.MsgLegionName

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

Public Properties

Property Type Description
legion_id uint
legion_name String

Public Methods

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

MsgLegionName() public method

public MsgLegionName ( ) : System
return System

Property Details

legion_id public_oe property

public uint legion_id
return uint

legion_name public_oe property

public String legion_name
return String