C# 클래스 GameStruct.GeneratorInfo

파일 보기 프로젝트 열기: dream-young-soul/soul 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
amount uint
bound_cx uint
bound_cy uint
bound_x uint
bound_y uint
dir byte
mapid uint
monsterid uint
time uint

공개 메소드들

메소드 설명
GeneratorInfo ( ) : System

메소드 상세

GeneratorInfo() 공개 메소드

public GeneratorInfo ( ) : System
리턴 System

프로퍼티 상세

amount 공개적으로 프로퍼티

public uint amount
리턴 uint

bound_cx 공개적으로 프로퍼티

public uint bound_cx
리턴 uint

bound_cy 공개적으로 프로퍼티

public uint bound_cy
리턴 uint

bound_x 공개적으로 프로퍼티

public uint bound_x
리턴 uint

bound_y 공개적으로 프로퍼티

public uint bound_y
리턴 uint

dir 공개적으로 프로퍼티

public byte dir
리턴 byte

mapid 공개적으로 프로퍼티

public uint mapid
리턴 uint

monsterid 공개적으로 프로퍼티

public uint monsterid
리턴 uint

time 공개적으로 프로퍼티

public uint time
리턴 uint