Interface IWorldOptions<ParametersType>

interface IWorldOptions {
    attach: ICreateAttachment;
    log: ICreateLog;
    parameters: ParametersType;
}

Type Parameters

  • ParametersType = any

Properties

Properties

attach: ICreateAttachment
log: ICreateLog
parameters: ParametersType

Generated using TypeDoc