C# Class NetMsg.MsgLeftNotice

Inheritance: BaseMsg
Show file Open project: dream-young-soul/soul

Public Properties

Property Type Description
amount byte
color int
param int
param1 int
param2 int
str String[]
tag short
type short

Public Methods

Method Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
MsgLeftNotice ( ) : System
SetRoleName ( String name ) : void
SetText ( String text ) : void

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[]

MsgLeftNotice() public method

public MsgLeftNotice ( ) : System
return System

SetRoleName() public method

public SetRoleName ( String name ) : void
name String
return void

SetText() public method

public SetText ( String text ) : void
text String
return void

Property Details

amount public property

public byte amount
return byte

color public property

public int color
return int

param public property

public int param
return int

param1 public property

public int param1
return int

param2 public property

public int param2
return int

str public property

public String[] str
return String[]

tag public property

public short tag
return short

type public property

public short type
return short