import { Component, I_Component } from './Component'; import { GameObject, I_GameObject } from './GameObject'; import { I_Updatable, I_Updater, Updater } from './Updater'; export { Component, I_Component, GameObject, I_GameObject, Updater, I_Updatable, I_Updater }; //# sourceMappingURL=index.d.ts.map