pub fn noop(_ctx: &FightStartCtx<'_>) -> Result<Vec<OverlordEvent>>
Expand description

No-op fight start: the equivalent of an empty start_behavior (the program produces no Result events). Used by test fight templates whose start_behavior is "".