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

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