aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/raw/types.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/raw/types.rs b/src/raw/types.rs
index 0dea08f..d1118a6 100644
--- a/src/raw/types.rs
+++ b/src/raw/types.rs
@@ -50,6 +50,8 @@ pub enum CbtResult {
KillingBlow,
/// Hit was downing hit.
Downed,
+ /// Hit was breakbar damage.
+ Breakbar,
/// Field is not used in this kind of event.
None,
}