From b68c36250dc73de93a7772ecf6d1749a8f46245d Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 10 Oct 2018 18:04:16 +0200 Subject: add AttackTarget, Targetable, MapId statechanges --- src/raw/types.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/raw') diff --git a/src/raw/types.rs b/src/raw/types.rs index fb99708..07d4312 100644 --- a/src/raw/types.rs +++ b/src/raw/types.rs @@ -132,6 +132,12 @@ pub enum CbtStateChange { Facing, /// src_agent change, dst_agent new team id TeamChange, + /// src_agent is an attacktarget, dst_agent is the parent agent (gadget type), value is the current targetable state + AttackTarget, + /// dst_agent is the new target-able state (0 = no, 1 = yes. default yes) + Targetable, + /// src_agent is map id + MapId, } /// Combat buff remove type -- cgit v1.2.3