C# Class GameStruct.MapGateInfo

Show file Open project: dream-young-soul/soul

Public Properties

Property Type Description
dis int
src_mapid uint
src_x short
src_y short
target_mapid uint
target_x short
target_y short

Public Methods

Method Description
MapGateInfo ( ) : System

Method Details

MapGateInfo() public method

public MapGateInfo ( ) : System
return System

Property Details

dis public property

public int dis
return int

src_mapid public property

public uint src_mapid
return uint

src_x public property

public short src_x
return short

src_y public property

public short src_y
return short

target_mapid public property

public uint target_mapid
return uint

target_x public property

public short target_x
return short

target_y public property

public short target_y
return short