C# 클래스 GameStruct.MapGateInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
dis int
src_mapid uint
src_x short
src_y short
target_mapid uint
target_x short
target_y short

공개 메소드들

메소드 설명
MapGateInfo ( ) : System

메소드 상세

MapGateInfo() 공개 메소드

public MapGateInfo ( ) : System
리턴 System

프로퍼티 상세

dis 공개적으로 프로퍼티

public int dis
리턴 int

src_mapid 공개적으로 프로퍼티

public uint src_mapid
리턴 uint

src_x 공개적으로 프로퍼티

public short src_x
리턴 short

src_y 공개적으로 프로퍼티

public short src_y
리턴 short

target_mapid 공개적으로 프로퍼티

public uint target_mapid
리턴 uint

target_x 공개적으로 프로퍼티

public short target_x
리턴 short

target_y 공개적으로 프로퍼티

public short target_y
리턴 short