From d51bda2fc57ab24a9041d87f7103483ff38f5e07 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 1 Aug 2017 12:22:15 -0400 Subject: finish tutorials and add mission cmds --- ShiftOS_TheReturn/Story.cs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'ShiftOS_TheReturn') diff --git a/ShiftOS_TheReturn/Story.cs b/ShiftOS_TheReturn/Story.cs index 48cf70d..c62d3bd 100644 --- a/ShiftOS_TheReturn/Story.cs +++ b/ShiftOS_TheReturn/Story.cs @@ -199,13 +199,6 @@ namespace ShiftOS.Engine Debug.Print("No such story: " + stid); #endif } - - [Obsolete("Please use Story.Start() in tandem with [StoryAttribute].")] - public static void RunFromInternalResource(string resource_id) - { - } - - } [AttributeUsage(AttributeTargets.Method, AllowMultiple = false)] -- cgit v1.2.3