mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-09-04 20:58:03 +00:00
9 lines
294 B
Haxe
9 lines
294 B
Haxe
package funkin.ui.freeplay.backcards;
|
|
|
|
/**
|
|
* A script that can be tied to a BackingCard.
|
|
* Create a scripted class that extends BackingCard to use this.
|
|
*/
|
|
@:hscriptClass
|
|
class ScriptedBackingCard extends funkin.ui.freeplay.backcards.BackingCard implements polymod.hscript.HScriptedClass {}
|