C# 클래스 NetMsg.MsgStrongInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
action short
list_item List
param1 byte
param2 int
playid uint
tag int
type byte

공개 메소드들

메소드 설명
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
GetStrongMoneyBuffer ( uint playid, int strong_gold ) : byte[]
MsgStrongInfo ( ) : System

메소드 상세

Create() 공개 메소드

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

GetBuffer() 공개 메소드

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

GetStrongMoneyBuffer() 공개 정적인 메소드

public static GetStrongMoneyBuffer ( uint playid, int strong_gold ) : byte[]
playid uint
strong_gold int
리턴 byte[]

MsgStrongInfo() 공개 메소드

public MsgStrongInfo ( ) : System
리턴 System

프로퍼티 상세

action 공개적으로 프로퍼티

public short action
리턴 short

list_item 공개적으로 프로퍼티

public List list_item
리턴 List

param1 공개적으로 프로퍼티

public byte param1
리턴 byte

param2 공개적으로 프로퍼티

public int param2
리턴 int

playid 공개적으로 프로퍼티

public uint playid
리턴 uint

tag 공개적으로 프로퍼티

public int tag
리턴 int

type 공개적으로 프로퍼티

public byte type
리턴 byte