C# Class GameStruct.TrackInfo

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

Public Properties

Property Type Description
action uint
alt byte
apply_ms int
direction byte
id uint
id_next uint
power int
step byte

Public Methods

Method Description
TrackInfo ( ) : System

Method Details

TrackInfo() public method

public TrackInfo ( ) : System
return System

Property Details

action public_oe property

public uint action
return uint

alt public_oe property

public byte alt
return byte

apply_ms public_oe property

public int apply_ms
return int

direction public_oe property

public byte direction
return byte

id public_oe property

public uint id
return uint

id_next public_oe property

public uint id_next
return uint

power public_oe property

public int power
return int

step public_oe property

public byte step
return byte