/** * playground */ export interface IEngine { /** * Engine start * --- * エンジンを起動 */ start(): void; }