Funkin/source/animate/AnimTestStage.hx

12 lines
136 B
Haxe
Raw Normal View History

2021-06-14 19:36:56 -04:00
package animate;
import flixel.FlxState;
class AnimTestStage extends FlxState
{
override function create()
{
super.create();
}
}