import Component from '@/ecs/component.js'; export default class Speed extends Component { static properties = { speed: {type: 'float32'}, }; }