mirror of
https://github.com/ApfelTeeSaft/FunkinMP.git
synced 2026-08-28 19:19:09 +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 {}
|