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 e3a80af..f131eb1 100644 --- a/src/raw/types.rs +++ b/src/raw/types.rs @@ -123,6 +123,13 @@ pub enum CbtStateChange {      /// * `dst_agent` is reward id.      /// * `value` is reward type.      Reward, +    /// Combat event that will appear once per buff per agent on logging start (zero duration, +    /// buff==18) +    BuffInitial, +    /// src_agent changed, cast float* p = (float*)&dst_agent, access as x/y/z (float[3]) +	Position, +    /// src_agent changed, cast float* v = (float*)&dst_agent, access as x/y/z (float[3]) +	Velocity,  }  /// Combat buff remove type | 
