sparkletown/sparkle

View on GitHub
src/components/templates/AnimateMap/game/map/nodes/MotionControlSwitchNode.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { defineNode } from "@ash.ts/ash";

import { MotionControlSwitchComponent } from "../components/MotionControlSwitchComponent";

export class MotionControlSwitchNode extends defineNode({
  motionControlSwitch: MotionControlSwitchComponent,
}) {}