diff options
Diffstat (limited to 'src/raw')
-rw-r--r-- | src/raw/types.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/raw/types.rs b/src/raw/types.rs index f5399f3..360ed7f 100644 --- a/src/raw/types.rs +++ b/src/raw/types.rs @@ -195,6 +195,12 @@ pub enum CbtStateChange { SkillInfo, /// `src_agent` = action, `dst_agent` = at millisecond (not in realtime, one per timing) SkillTiming, + /// `src_agent` is agent, `value` is u16 game enum (active, recover, immune, none) + BreakbarState, + /// `src_agent` is agent, `value` is float with percent + BreakbarPercent, + /// `time` is the start of the error string. + Error, } impl Default for CbtStateChange { |