C# Class GameStruct.GeneratorInfo

Mostrar archivo 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_oe property

public uint amount
return uint

bound_cx public_oe property

public uint bound_cx
return uint

bound_cy public_oe property

public uint bound_cy
return uint

bound_x public_oe property

public uint bound_x
return uint

bound_y public_oe property

public uint bound_y
return uint

dir public_oe property

public byte dir
return byte

mapid public_oe property

public uint mapid
return uint

monsterid public_oe property

public uint monsterid
return uint

time public_oe property

public uint time
return uint