From d30ffa55efe174a5df501409110a00952261a3af Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 20 May 2017 16:05:41 -0400 Subject: [PATCH] obsolete tutorial manager --- ShiftOS_TheReturn/TutorialManager.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ShiftOS_TheReturn/TutorialManager.cs b/ShiftOS_TheReturn/TutorialManager.cs index ea78cd8..13df153 100644 --- a/ShiftOS_TheReturn/TutorialManager.cs +++ b/ShiftOS_TheReturn/TutorialManager.cs @@ -30,10 +30,18 @@ using System.Threading.Tasks; namespace ShiftOS.Engine { + [Obsolete("This isn't used... I don't think...")] public static class TutorialManager { + /// + /// The tutorial frontend. + /// private static ITutorial _tut = null; + /// + /// Registers a tutorial frontend to the backend. + /// + /// public static void RegisterTutorial(ITutorial tut) { IsInTutorial = false;