From 76fba70db1856ff5225b8005993efde941e87be7 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 18 Dec 2020 01:00:04 +0100 Subject: [PATCH] things --- Content.Client/Construction/ConstructionMenu.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Client/Construction/ConstructionMenu.xaml.cs b/Content.Client/Construction/ConstructionMenu.xaml.cs index 928c8ac9d1..ccb631586f 100644 --- a/Content.Client/Construction/ConstructionMenu.xaml.cs +++ b/Content.Client/Construction/ConstructionMenu.xaml.cs @@ -7,6 +7,7 @@ using Content.Client.Utility; using Content.Shared.Construction; using Content.Shared.GameObjects.Components; using Content.Shared.GameObjects.Components.Interactable; +using Robust.Client.AutoGenerated; using Robust.Client.Graphics; using Robust.Client.Interfaces.Placement; using Robust.Client.Interfaces.ResourceManagement;