import { Component } from '@serpentity/serpentity'; export default class Up extends Component { constructor(config) { super(config); this.x = this.x || 0; this.y = this.y || 1; this.z = this.z || 0; } };