mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-02-17 04:11:23 -05:00
8 lines
113 B
Haxe
8 lines
113 B
Haxe
package funkin.ui.haxeui.components;
|
|
|
|
import haxe.ui.components.Image;
|
|
|
|
class SparrowImage extends Image
|
|
{
|
|
//
|
|
}
|