1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-03-21 17:39:20 +00:00

map bullshit in progress songconverter

This commit is contained in:
Cameron Taylor 2021-11-30 13:22:42 -05:00
parent 34dc1826ef
commit 5d37413c35

View file

@ -23,7 +23,7 @@ typedef SwagSong =
class SongLoad
{
public static var curDiff(default, set):Int = 0;
public static var curDiff(default, set):Int;
public static var curNotes:Array<SwagSection>;
public static var songData:SwagSong;