1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-07 10:48:54 +00:00
Funkin/source/ChartingState.hx
2020-10-09 19:39:52 -07:00

12 lines
128 B
Haxe

package;
import flixel.FlxState;
class ChartingState extends FlxState
{
override function create()
{
super.create();
}
}