diff options
Diffstat (limited to 'src/SMAPI')
-rw-r--r-- | src/SMAPI/ICommandHelper.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI/ICommandHelper.cs b/src/SMAPI/ICommandHelper.cs index 196e1051..b92e5162 100644 --- a/src/SMAPI/ICommandHelper.cs +++ b/src/SMAPI/ICommandHelper.cs @@ -21,6 +21,7 @@ namespace StardewModdingAPI /// <param name="name">The command name.</param> /// <param name="arguments">The command arguments.</param> /// <returns>Returns whether a matching command was triggered.</returns> + [Obsolete("Manually triggering console commands will no longer be supported in SMAPI 4.0.0.")] bool Trigger(string name, string[] arguments); } } |