diff options
| author | Daniel Schadt <kingdread@gmx.de> | 2018-08-02 01:35:24 +0200 | 
|---|---|---|
| committer | Daniel Schadt <kingdread@gmx.de> | 2018-08-02 01:35:24 +0200 | 
| commit | 2ac9d19ef91545a43dfde2bbdd986090695454d1 (patch) | |
| tree | d9c44b1c81a10fe79ec534a34ec4bd09979d1739 /src/raw | |
| parent | 49d369b83b9529ad0d7723e5c34d612f1ad32e8f (diff) | |
| download | evtclib-2ac9d19ef91545a43dfde2bbdd986090695454d1.tar.gz evtclib-2ac9d19ef91545a43dfde2bbdd986090695454d1.tar.bz2 evtclib-2ac9d19ef91545a43dfde2bbdd986090695454d1.zip | |
add more wing 1 mechanics
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 | 
