mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-03-25 19:40:11 +00:00
map bullshit in progress songconverter
This commit is contained in:
parent
34dc1826ef
commit
5d37413c35
|
@ -23,7 +23,7 @@ typedef SwagSong =
|
||||||
|
|
||||||
class SongLoad
|
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 curNotes:Array<SwagSection>;
|
||||||
public static var songData:SwagSong;
|
public static var songData:SwagSong;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue