C# 클래스 NetMsg.MsgLeftNotice

상속: BaseMsg
파일 보기 프로젝트 열기: dream-young-soul/soul

공개 프로퍼티들

프로퍼티 타입 설명
amount byte
color int
param int
param1 int
param2 int
str String[]
tag short
type short

공개 메소드들

메소드 설명
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
MsgLeftNotice ( ) : System
SetRoleName ( String name ) : void
SetText ( String text ) : void

메소드 상세

Create() 공개 메소드

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

GetBuffer() 공개 메소드

public GetBuffer ( ) : byte[]
리턴 byte[]

MsgLeftNotice() 공개 메소드

public MsgLeftNotice ( ) : System
리턴 System

SetRoleName() 공개 메소드

public SetRoleName ( String name ) : void
name String
리턴 void

SetText() 공개 메소드

public SetText ( String text ) : void
text String
리턴 void

프로퍼티 상세

amount 공개적으로 프로퍼티

public byte amount
리턴 byte

color 공개적으로 프로퍼티

public int color
리턴 int

param 공개적으로 프로퍼티

public int param
리턴 int

param1 공개적으로 프로퍼티

public int param1
리턴 int

param2 공개적으로 프로퍼티

public int param2
리턴 int

str 공개적으로 프로퍼티

public String[] str
리턴 String[]

tag 공개적으로 프로퍼티

public short tag
리턴 short

type 공개적으로 프로퍼티

public short type
리턴 short