C# Class Cindeck.Core.SongData

Show file Open project: noelex/Cindeck Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
SongData ( SongDifficulty difficulty, int level, int notes, int duration ) : System

Method Details

SongData() public method

public SongData ( SongDifficulty difficulty, int level, int notes, int duration ) : System
difficulty SongDifficulty
level int
notes int
duration int
return System