Funkin/source/funkin/ui/haxeui/components/SparrowImage.hx
2022-11-24 19:09:47 -05:00

8 lines
113 B
Haxe

package funkin.ui.haxeui.components;
import haxe.ui.components.Image;
class SparrowImage extends Image
{
//
}