diff options
Diffstat (limited to 'src/raw')
| -rw-r--r-- | src/raw/types.rs | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/src/raw/types.rs b/src/raw/types.rs index 07d4312..ef6ea00 100644 --- a/src/raw/types.rs +++ b/src/raw/types.rs @@ -138,6 +138,13 @@ pub enum CbtStateChange {      Targetable,      /// src_agent is map id      MapId, +    /// internal use by arcDPS, won't see anywhere +    ReplInfo, +    /// src_agent is agent with buff, dst_agent is the stackid marked active +    StackActive, +    /// src_agent is agent with buff, value is the duration to reset to (also marks inactive), +    /// pad61- is the stackid +    StackReset,  }  /// Combat buff remove type | 
