mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 10:05:41 -05:00
8 lines
320 B
Haxe
8 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 {}
|