From 22fe2d8716b81821908f0f6631cd3384d8af66c7 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 16 Nov 2016 22:41:27 -0500 Subject: minor tweaks --- src/TrainerMod/TrainerMod.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/TrainerMod') 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 *********/ - /// The entry point for your mod. It will always be called once when the mod loads. + /// The mod entry point, called after the mod is first loaded. /// Provides methods for interacting with the mod directory, such as read/writing a config file or custom JSON files. public override void Entry(IModHelper helper) { -- cgit