diff options
| author | Michael <[email protected]> | 2017-05-20 16:05:41 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-20 16:05:41 -0400 |
| commit | d30ffa55efe174a5df501409110a00952261a3af (patch) | |
| tree | b849b74fe95502a7fb52fe8172a8e75a96f55bec /ShiftOS_TheReturn | |
| parent | db467ba0e8ae3c6199e40dfd658b27cac59b9194 (diff) | |
| download | shiftos_thereturn-d30ffa55efe174a5df501409110a00952261a3af.tar.gz shiftos_thereturn-d30ffa55efe174a5df501409110a00952261a3af.tar.bz2 shiftos_thereturn-d30ffa55efe174a5df501409110a00952261a3af.zip | |
obsolete tutorial manager
Diffstat (limited to 'ShiftOS_TheReturn')
| -rw-r--r-- | ShiftOS_TheReturn/TutorialManager.cs | 8 |
1 files changed, 8 insertions, 0 deletions
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 { + /// <summary> + /// The tutorial frontend. + /// </summary> private static ITutorial _tut = null; + /// <summary> + /// Registers a tutorial frontend to the backend. + /// </summary> + /// <param name="tut"></param> public static void RegisterTutorial(ITutorial tut) { IsInTutorial = false; |
