import Component from '@/ecs/component.js'; export default class Magnet extends Component { static properties = { strength: {type: 'uint8'}, }; }