mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-04-27 16:45:38 +00:00
9 lines
113 B
Haxe
9 lines
113 B
Haxe
package funkin.ui.haxeui.components;
|
|
|
|
import haxe.ui.components.Image;
|
|
|
|
class SparrowImage extends Image
|
|
{
|
|
//
|
|
}
|