mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-12-02 04:17:07 -05:00
9 lines
320 B
Haxe
9 lines
320 B
Haxe
|
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 {}
|