mirror of
https://github.com/ApfelTeeSaft/FunkinMP.git
synced 2026-08-27 11:43:31 +00:00
10 lines
183 B
Haxe
10 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 ;)
|
|
}
|