diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-11-16 22:41:27 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-11-16 22:41:27 -0500 |
commit | 22fe2d8716b81821908f0f6631cd3384d8af66c7 (patch) | |
tree | 81dde147eb9c4358c119fc8333377d786eb0670d /src/TrainerMod | |
parent | fa5c6ff0665b5a7fb0759f60facafd87b04dc659 (diff) | |
download | SMAPI-22fe2d8716b81821908f0f6631cd3384d8af66c7.tar.gz SMAPI-22fe2d8716b81821908f0f6631cd3384d8af66c7.tar.bz2 SMAPI-22fe2d8716b81821908f0f6631cd3384d8af66c7.zip |
minor tweaks
Diffstat (limited to 'src/TrainerMod')
-rw-r--r-- | src/TrainerMod/TrainerMod.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TrainerMod/TrainerMod.cs b/src/TrainerMod/TrainerMod.cs index 2409e6b4..dda72564 100644 --- a/src/TrainerMod/TrainerMod.cs +++ b/src/TrainerMod/TrainerMod.cs @@ -38,7 +38,7 @@ namespace TrainerMod /********* ** Public methods *********/ - /// <summary>The entry point for your mod. It will always be called once when the mod loads.</summary> + /// <summary>The mod entry point, called after the mod is first loaded.</summary> /// <param name="helper">Provides methods for interacting with the mod directory, such as read/writing a config file or custom JSON files.</param> public override void Entry(IModHelper helper) { |