mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-09-04 12:48:04 +00:00
9 lines
296 B
Haxe
9 lines
296 B
Haxe
package funkin.ui.transition.stickers;
|
|
|
|
/**
|
|
* A script that can be tied to a StickerPack.
|
|
* Create a scripted class that extends StickerPack to use this.
|
|
*/
|
|
@:hscriptClass
|
|
class ScriptedStickerPack extends funkin.ui.transition.stickers.StickerPack implements polymod.hscript.HScriptedClass {}
|