import {Trait} from "../Entity.js"; export default class TPlatform extends Trait { constructor(entity) { super(entity, "platform", [ "collider" ]); } }