sparkletown/sparkle

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

Summary

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

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

export class AnimationNode extends defineNode({
  animation: AnimationComponent,
}) {}