silphius/app/ecs/components/ecs.js

8 lines
149 B
JavaScript
Raw Normal View History

2024-06-26 21:08:09 -05:00
import Component from '@/ecs/component.js';
export default class Ecs extends Component {
static properties = {
path: {type: 'string'},
};
2024-06-14 15:18:55 -05:00
}