From 2e3cfc8f6b2ba8cc6318a0160f7e3c1fc423d587 Mon Sep 17 00:00:00 2001 From: Xjph Date: Sun, 21 Jan 2024 15:57:48 -0330 Subject: [PATCH] add `collidedWithDamage` crime type --- ObservatoryFramework/Files/ParameterTypes/Enumerations.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ObservatoryFramework/Files/ParameterTypes/Enumerations.cs b/ObservatoryFramework/Files/ParameterTypes/Enumerations.cs index b47cfc8..25cbb8f 100644 --- a/ObservatoryFramework/Files/ParameterTypes/Enumerations.cs +++ b/ObservatoryFramework/Files/ParameterTypes/Enumerations.cs @@ -82,7 +82,8 @@ namespace Observatory.Framework.Files.ParameterTypes onFoot_failureToSubmitToPolice, onfoot_dataTransfer, onFoot_carryingStolenGoods, - onFoot_eBreachUse + onFoot_eBreachUse, + collidedWithDamage } public enum LimpetDrone