import Component from '@/ecs/component.js'; export default class Owned extends Component { static properties = { owner: {type: 'string'}, }; }