BPM BULLSHIT

This commit is contained in:
Cameron Taylor
2020-10-29 20:06:52 -07:00
parent 1e58720c32
commit 2ba056bfc5
18 changed files with 205 additions and 23 deletions

View File

@ -6,6 +6,8 @@ typedef SwagSection =
var lengthInSteps:Int;
var typeOfSection:Int;
var mustHitSection:Bool;
var bpm:Int;
var changeBPM:Bool;
}
class Section