This commit is contained in:
KadeDeveloper 2021-08-11 21:18:47 -07:00
parent badd9bf75d
commit 7c3b2860fc

View File

@ -117,6 +117,11 @@ class Song
{
var swagShit:SwagSong = cast Json.parse(rawJson).song;
swagShit.validScore = true;
// conversion stuff
return swagShit;
}
}