aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/CommandParser.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-06-28 08:19:44 -0400
committerMichael <[email protected]>2017-06-28 08:19:44 -0400
commit00cd41ea928781ad760cff3d14bd78d60758679d (patch)
tree1ce9714d71831cef82ebfd161827a4db54d90405 /ShiftOS_TheReturn/CommandParser.cs
parentcd2190f6caa16e8d909aa1d662996d690772a67f (diff)
downloadshiftos_thereturn-00cd41ea928781ad760cff3d14bd78d60758679d.tar.gz
shiftos_thereturn-00cd41ea928781ad760cff3d14bd78d60758679d.tar.bz2
shiftos_thereturn-00cd41ea928781ad760cff3d14bd78d60758679d.zip
Slight... very slight... fileskimmer mods
Diffstat (limited to 'ShiftOS_TheReturn/CommandParser.cs')
-rw-r--r--ShiftOS_TheReturn/CommandParser.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/CommandParser.cs b/ShiftOS_TheReturn/CommandParser.cs
index 2f0d249..d56e7bd 100644
--- a/ShiftOS_TheReturn/CommandParser.cs
+++ b/ShiftOS_TheReturn/CommandParser.cs
@@ -208,7 +208,7 @@ namespace ShiftOS.Engine
}
}
- internal static CommandParser GenerateSample()
+ public static CommandParser GenerateSample()
{
var parser = new CommandParser();
parser.AddPart(new CommandFormatCommand());