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