cleaning up shit
This commit is contained in:
@ -12,6 +12,7 @@ class Song
|
||||
public var bpm:Int;
|
||||
public var sections:Int;
|
||||
public var sectionLengths:Array<Dynamic> = [];
|
||||
public var needsVoices:Bool = true;
|
||||
|
||||
public function new(song, notes, bpm, sections)
|
||||
{
|
||||
|
Reference in New Issue
Block a user