fixed bullshit

This commit is contained in:
Cameron Taylor
2020-10-18 19:18:06 -07:00
parent 32c27dfb30
commit e443b1916d
6 changed files with 41 additions and 13 deletions

View File

@ -2,7 +2,7 @@ package;
class Section
{
public var sectionNotes:Array<Note> = [];
public var sectionNotes:Array<Dynamic> = [];
public var lengthInSteps:Int = 16;
public var typeOfSection:Int = 0;