UNPKG

@rbxts/planck-matter-hooks

Version:

A Plugin for Planck, adding support for matter hooks.

8 lines (5 loc) 243 B
import { Plugin as PluginInterface, Scheduler } from "@rbxts/planck/out/types"; export declare class Plugin implements PluginInterface { constructor(module?: ModuleScript) build<T extends unknown[]>(scheduler: Scheduler<T>): void; }