mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-10 16:55:17 +00:00
10 lines
313 B
Haxe
10 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 {}
|