import Component from '@/ecs/component.js'; export default class Camera extends Component { static properties = { x: {type: 'uint16'}, y: {type: 'uint16'}, }; }