aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-08-01 12:22:15 -0400
committerMichael <[email protected]>2017-08-01 12:22:15 -0400
commitd51bda2fc57ab24a9041d87f7103483ff38f5e07 (patch)
treee2c5693cb1feed5009ed71c99837ac814c902127 /ShiftOS_TheReturn
parent9cad19bf1a099cf2ca166f1151d406d7ebef4d2a (diff)
downloadshiftos_thereturn-d51bda2fc57ab24a9041d87f7103483ff38f5e07.tar.gz
shiftos_thereturn-d51bda2fc57ab24a9041d87f7103483ff38f5e07.tar.bz2
shiftos_thereturn-d51bda2fc57ab24a9041d87f7103483ff38f5e07.zip
finish tutorials and add mission cmds
Diffstat (limited to 'ShiftOS_TheReturn')
-rw-r--r--ShiftOS_TheReturn/Story.cs7
1 files changed, 0 insertions, 7 deletions
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)]