summaryrefslogtreecommitdiff
path: root/engine/components/WallBounded.ts
blob: 5f787e12a77d0f2d4bd8118d77c247a3822b1221 (plain)
1
2
3
4
5
6
7
import { Component, ComponentNames } from ".";

export class WallBounded extends Component {
  constructor() {
    super(ComponentNames.WallBounded);
  }
}