diff --git a/CC.Game/CargoManager.cs b/CC.Game/CargoManager.cs index 7632480..8b85545 100644 --- a/CC.Game/CargoManager.cs +++ b/CC.Game/CargoManager.cs @@ -1,8 +1,6 @@ using CC.Common; -using CC.Game; using DV; using DV.ThingTypes; -using DV.ThingTypes.TransitionHelpers; using DVLangHelper.Data; using Newtonsoft.Json; using System; diff --git a/CC.Game/Extensions.cs b/CC.Game/Extensions.cs index e15d042..ddf2a29 100644 --- a/CC.Game/Extensions.cs +++ b/CC.Game/Extensions.cs @@ -5,7 +5,6 @@ using DV.ThingTypes.TransitionHelpers; using System; using System.Collections.Generic; -using System.Linq; using UnityEngine; namespace CC.Game diff --git a/CC.Game/Patches/JobsManagerPatches.cs b/CC.Game/Patches/JobsManagerPatches.cs index dbf3a4b..d429e45 100644 --- a/CC.Game/Patches/JobsManagerPatches.cs +++ b/CC.Game/Patches/JobsManagerPatches.cs @@ -1,6 +1,5 @@ using DV.Logic.Job; using HarmonyLib; -using System; namespace CC.Game.Patches {