silphius/app/ecs/components/light.js

8 lines
152 B
JavaScript
Raw Normal View History

2024-07-17 05:07:50 -05:00
import Component from '@/ecs/component.js';
export default class Light extends Component {
static properties = {
radius: {type: 'uint8'},
};
}