/** * 所有可渲染组件的基类 */ abstract class RenderableComponent extends Component { }