C# 클래스 GameStruct.RobotInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
armor_id uint
dir byte
guanjue byte
hair uint
legion_name String
legion_place short
legion_title byte
lookface uint
map_id uint
name String
rid_id uint
wepon_id uint
x short
y short

공개 메소드들

메소드 설명
RobotInfo ( ) : System

메소드 상세

RobotInfo() 공개 메소드

public RobotInfo ( ) : System
리턴 System

프로퍼티 상세

armor_id 공개적으로 프로퍼티

public uint armor_id
리턴 uint

dir 공개적으로 프로퍼티

public byte dir
리턴 byte

guanjue 공개적으로 프로퍼티

public byte guanjue
리턴 byte

hair 공개적으로 프로퍼티

public uint hair
리턴 uint

legion_name 공개적으로 프로퍼티

public String legion_name
리턴 String

legion_place 공개적으로 프로퍼티

public short legion_place
리턴 short

legion_title 공개적으로 프로퍼티

public byte legion_title
리턴 byte

lookface 공개적으로 프로퍼티

public uint lookface
리턴 uint

map_id 공개적으로 프로퍼티

public uint map_id
리턴 uint

name 공개적으로 프로퍼티

public String name
리턴 String

rid_id 공개적으로 프로퍼티

public uint rid_id
리턴 uint

wepon_id 공개적으로 프로퍼티

public uint wepon_id
리턴 uint

x 공개적으로 프로퍼티

public short x
리턴 short

y 공개적으로 프로퍼티

public short y
리턴 short