mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 16:17:53 -05:00
9 lines
313 B
Haxe
9 lines
313 B
Haxe
package funkin.ui.freeplay;
|
|
|
|
/**
|
|
* A script that can be tied to an Album.
|
|
* Create a scripted class that extends Album to use this.
|
|
* This allows you to customize how a specific album appears.
|
|
*/
|
|
@:hscriptClass
|
|
class ScriptedAlbum extends funkin.ui.freeplay.Album implements polymod.hscript.HScriptedClass {}
|