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