diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-13 01:16:38 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-13 01:16:38 -0500 |
commit | e447ce225f46f60131519a1ff77dfddf520696bb (patch) | |
tree | fbc52e12fa24de36f413a5717fafa9a0437e11c7 /src/SMAPI/Framework/ModHelpers/CommandHelper.cs | |
parent | cd277e915f85260c8af665b5aeb44368badf06e8 (diff) | |
download | SMAPI-e447ce225f46f60131519a1ff77dfddf520696bb.tar.gz SMAPI-e447ce225f46f60131519a1ff77dfddf520696bb.tar.bz2 SMAPI-e447ce225f46f60131519a1ff77dfddf520696bb.zip |
add content pack API
Diffstat (limited to 'src/SMAPI/Framework/ModHelpers/CommandHelper.cs')
-rw-r--r-- | src/SMAPI/Framework/ModHelpers/CommandHelper.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Framework/ModHelpers/CommandHelper.cs b/src/SMAPI/Framework/ModHelpers/CommandHelper.cs index 5a3304f3..a4fd21c1 100644 --- a/src/SMAPI/Framework/ModHelpers/CommandHelper.cs +++ b/src/SMAPI/Framework/ModHelpers/CommandHelper.cs @@ -6,7 +6,7 @@ namespace StardewModdingAPI.Framework.ModHelpers internal class CommandHelper : BaseHelper, ICommandHelper { /********* - ** Accessors + ** Properties *********/ /// <summary>The mod using this instance.</summary> private readonly IModMetadata Mod; |