diff --git a/source/Song.hx b/source/Song.hx index e3e3055..e86f9f0 100644 --- a/source/Song.hx +++ b/source/Song.hx @@ -117,6 +117,11 @@ class Song { var swagShit:SwagSong = cast Json.parse(rawJson).song; swagShit.validScore = true; + + + // conversion stuff + + return swagShit; } }