diff options
| author | Michael <[email protected]> | 2017-08-01 12:22:15 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-08-01 12:22:15 -0400 |
| commit | d51bda2fc57ab24a9041d87f7103483ff38f5e07 (patch) | |
| tree | e2c5693cb1feed5009ed71c99837ac814c902127 /ShiftOS_TheReturn | |
| parent | 9cad19bf1a099cf2ca166f1151d406d7ebef4d2a (diff) | |
| download | shiftos_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.cs | 7 |
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)] |
