C# Class GameStruct.GeneratorInfo

Show file Open project: dream-young-soul/soul Class Usage Examples

Public Properties

Property Type Description
amount uint
bound_cx uint
bound_cy uint
bound_x uint
bound_y uint
dir byte
mapid uint
monsterid uint
time uint

Public Methods

Method Description
GeneratorInfo ( ) : System

Method Details

GeneratorInfo() public method

public GeneratorInfo ( ) : System
return System

Property Details

amount public property

public uint amount
return uint

bound_cx public property

public uint bound_cx
return uint

bound_cy public property

public uint bound_cy
return uint

bound_x public property

public uint bound_x
return uint

bound_y public property

public uint bound_y
return uint

dir public property

public byte dir
return byte

mapid public property

public uint mapid
return uint

monsterid public property

public uint monsterid
return uint

time public property

public uint time
return uint