mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-03 12:13:13 +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 ;)
|
||
|
}
|