C# Class GameStruct.TrackInfo

Show 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 property

public uint action
return uint

alt public property

public byte alt
return byte

apply_ms public property

public int apply_ms
return int

direction public property

public byte direction
return byte

id public property

public uint id
return uint

id_next public property

public uint id_next
return uint

power public property

public int power
return int

step public property

public byte step
return byte