mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-01 10:04:13 -05:00
9 lines
183 B
Haxe
9 lines
183 B
Haxe
package funkin.modding.module;
|
|
|
|
import funkin.modding.IHook;
|
|
|
|
@:hscriptClass
|
|
class ScriptedModule extends Module implements IHook
|
|
{
|
|
// No body needed for this class, it's magic ;)
|
|
}
|