From e0f915f0aba7fdab89d39bcdcb4296fae5e04134 Mon Sep 17 00:00:00 2001 From: Noah Pilarski Date: Mon, 2 Sep 2024 22:37:46 -0400 Subject: [PATCH] Update WorldEventUtil.cs --- Winch/Util/WorldEventUtil.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Winch/Util/WorldEventUtil.cs b/Winch/Util/WorldEventUtil.cs index f119410e..a35d51b6 100644 --- a/Winch/Util/WorldEventUtil.cs +++ b/Winch/Util/WorldEventUtil.cs @@ -8,7 +8,6 @@ using Winch.Core; using Winch.Data.WorldEvent; using Winch.Serialization.WorldEvent; -using Winch.Serialization.WorldEvent.Condition; namespace Winch.Util;