C# 클래스 NetMsg.MsgEudemonBattleInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
count byte
dir short
id uint
life int
life_max int
lookface uint
monsterid uint
name String
param byte[]
param1 byte[]
param2 byte[]
param3 int
param4 int
param5 int
play_id uint
star int
wuxing byte
x short
y short

공개 메소드들

메소드 설명
GetBuffer ( ) : byte[]
MsgEudemonBattleInfo ( ) : System

메소드 상세

GetBuffer() 공개 메소드

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

MsgEudemonBattleInfo() 공개 메소드

public MsgEudemonBattleInfo ( ) : System
리턴 System

프로퍼티 상세

count 공개적으로 프로퍼티

public byte count
리턴 byte

dir 공개적으로 프로퍼티

public short dir
리턴 short

id 공개적으로 프로퍼티

public uint id
리턴 uint

life 공개적으로 프로퍼티

public int life
리턴 int

life_max 공개적으로 프로퍼티

public int life_max
리턴 int

lookface 공개적으로 프로퍼티

public uint lookface
리턴 uint

monsterid 공개적으로 프로퍼티

public uint monsterid
리턴 uint

name 공개적으로 프로퍼티

public String name
리턴 String

param 공개적으로 프로퍼티

public byte[] param
리턴 byte[]

param1 공개적으로 프로퍼티

public byte[] param1
리턴 byte[]

param2 공개적으로 프로퍼티

public byte[] param2
리턴 byte[]

param3 공개적으로 프로퍼티

public int param3
리턴 int

param4 공개적으로 프로퍼티

public int param4
리턴 int

param5 공개적으로 프로퍼티

public int param5
리턴 int

play_id 공개적으로 프로퍼티

public uint play_id
리턴 uint

star 공개적으로 프로퍼티

public int star
리턴 int

wuxing 공개적으로 프로퍼티

public byte wuxing
리턴 byte

x 공개적으로 프로퍼티

public short x
리턴 short

y 공개적으로 프로퍼티

public short y
리턴 short