UNPKG

@rbxts/planck-flamecs-hooks

Version:

A @rbxts/planck plugin that provides support for @rbxts/flamecs hooks.

9 lines (8 loc) 303 B
import { Plugin } from "@rbxts/planck/out/types"; import Scheduler from "@rbxts/planck/out/Scheduler"; export * from "./hooks"; export * from "./topo"; export declare class PlanckFlamecsHooksPlugin implements Plugin { private readonly systemData; build(schedular: Scheduler<unknown[]>): void; }