mwg API
    Preparing search index...

    Type Alias MwlScenarioRunner<State, Result>

    MwlScenarioRunner: (
        scenario: MwlScenarioLink,
        state: State,
        context: { levelId: string },
    ) => CampaignLevelResult<State, Result>

    What playing one scenario means, which only the game can say.

    Type Parameters

    Type Declaration