sparkletown/sparkle

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

Summary

Maintainability
A
0 mins
Test Coverage
export class FirebarrelShouter {
  constructor(public timeOut: number, public currentTime: number) {}
}