I just updated to ORK 3.11 and I got errors for missing definitions:
combatant.Status.DeathStateChangedSimple += this.NotifyDeath;
combatant.Actions.ActionStateChangedSimple += ActionStateChanged;
  • There have been some API changes, check out the release notes for details. Most of the combatant's event handlers can now be found under the centralized Events property of the combatant. Exceptions are mainly event handlers for individual status values, etc.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Got it, thank you :)
Sign In or Register to comment.