mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
obsolete tutorial manager
This commit is contained in:
parent
db467ba0e8
commit
d30ffa55ef
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue