1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-15 11:22:55 +00:00
Funkin/source/funkin/ui/freeplay/charselect/ScriptedPlayableCharacter.hx

9 lines
320 B
Haxe
Raw Normal View History

package funkin.ui.freeplay.charselect;
/**
* A script that can be tied to a PlayableCharacter.
* Create a scripted class that extends PlayableCharacter to use this.
*/
@:hscriptClass
class ScriptedPlayableCharacter extends funkin.ui.freeplay.charselect.PlayableCharacter implements polymod.hscript.HScriptedClass {}