mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-02-17 04:11:23 -05:00
11 lines
128 B
Haxe
11 lines
128 B
Haxe
package;
|
|
|
|
import flixel.FlxState;
|
|
|
|
class ChartingState extends FlxState
|
|
{
|
|
override function create()
|
|
{
|
|
super.create();
|
|
}
|
|
}
|