import Component from '@/ecs/component.js'; export default class Animation extends Component { static properties = { frame: {type: 'uint16'}, }; }