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