mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-30 11:26:53 -05:00
12 lines
136 B
Haxe
12 lines
136 B
Haxe
|
package animate;
|
||
|
|
||
|
import flixel.FlxState;
|
||
|
|
||
|
class AnimTestStage extends FlxState
|
||
|
{
|
||
|
override function create()
|
||
|
{
|
||
|
super.create();
|
||
|
}
|
||
|
}
|