From a82abe2ec3fb744e2bddf4e6d1108bb2a6e06d20 Mon Sep 17 00:00:00 2001 From: sinaioutlander <49360850+sinaioutlander@users.noreply.github.com> Date: Fri, 23 Oct 2020 01:53:19 +1100 Subject: [PATCH] Update UIManager.cs --- src/UI/UIManager.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/UI/UIManager.cs b/src/UI/UIManager.cs index 436f142..d45203a 100644 --- a/src/UI/UIManager.cs +++ b/src/UI/UIManager.cs @@ -11,8 +11,6 @@ using UnityEngine.UI; namespace ExplorerBeta.UI { - // This class itself is fine. - public static class UIManager { public static GameObject CanvasRoot { get; private set; }