import PrototypeInterface from "api/PrototypeInterface"; /** * IEngine * @constructor */ export default class IEngine extends PrototypeInterface { };