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