diff options
Diffstat (limited to 'src/raw')
| -rw-r--r-- | src/raw/types.rs | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/raw/types.rs b/src/raw/types.rs index f131eb1..2453350 100644 --- a/src/raw/types.rs +++ b/src/raw/types.rs @@ -127,9 +127,9 @@ pub enum CbtStateChange {      /// buff==18)      BuffInitial,      /// src_agent changed, cast float* p = (float*)&dst_agent, access as x/y/z (float[3]) -	Position, +    Position,      /// src_agent changed, cast float* v = (float*)&dst_agent, access as x/y/z (float[3]) -	Velocity, +    Velocity,  }  /// Combat buff remove type | 
