From d95540664c88d39e7a81515b88408678e85de4d9 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sun, 1 Sep 2019 21:24:38 -0700 Subject: [PATCH] Remove Restock from namespace --- DepthMask/ModuleDepthMask.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DepthMask/ModuleDepthMask.cs b/DepthMask/ModuleDepthMask.cs index 2ec16c2..6a383e4 100644 --- a/DepthMask/ModuleDepthMask.cs +++ b/DepthMask/ModuleDepthMask.cs @@ -1,7 +1,7 @@ using UnityEngine; using UnityEngine.Serialization; -namespace Restock +namespace DepthMask { public class ModuleDepthMask : PartModule {