Moffein-AssistManager icon

AssistManager

Allows certain on-kill effects to trigger off of kill assists. Server-side and Vanilla-compatible.

CHANGELOG

1.2.0

  • Fixed Bandit revolver skills being able to trigger assists twice.

  • For Devs:

    • Killer is no longer added to the assist list.
    • Direct Assists now use separate HandleDirectAssist delegates.

    Mods that rely on this will need to be recompiled with the latest AssistManager dll.

1.1.0

  • Added extra delegates that don't expose the Assist class, for compatibility with mods that use SearchableAttribute.
    • HandleAssistCompatibleActions
    • HandleAssistInventoryCompatibleActions

1.0.0

  • Release