sparkletown/sparkle

View on GitHub
src/components/templates/AnimateMap/game/map/graphics/Animatable.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface Animatable {
  animate(time: number): void;
}