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:
parent
34dc1826ef
commit
5d37413c35
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue