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