mwg API
    Preparing search index...

    Interface AIDecision

    interface AIDecision {
        state: Roguelike.AIState;
        step: Step | null;
    }
    Index
    step: Step | null

    where to move this turn; null when there is nowhere sensible to go