export class Collider { constructor(public isStatic: boolean = false) {} }