UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines (4 loc) 169 B
import {System} from "../../../ecs/System"; import PathFollower from "./PathFollower"; export default class PathFollowingSystem extends System<PathFollower> { }