summaryrefslogtreecommitdiff
path: root/src/TrainerMod
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2016-11-16 18:45:29 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2016-11-16 18:45:29 -0500
commitfa5c6ff0665b5a7fb0759f60facafd87b04dc659 (patch)
treea4e69b2242896b1198c4ae42fbce037369549ce9 /src/TrainerMod
parenteb39f3d5ea28f004ab352113d869ae6d7772bcd5 (diff)
downloadSMAPI-fa5c6ff0665b5a7fb0759f60facafd87b04dc659.tar.gz
SMAPI-fa5c6ff0665b5a7fb0759f60facafd87b04dc659.tar.bz2
SMAPI-fa5c6ff0665b5a7fb0759f60facafd87b04dc659.zip
cleanup
Diffstat (limited to 'src/TrainerMod')
-rw-r--r--src/TrainerMod/TrainerMod.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TrainerMod/TrainerMod.cs b/src/TrainerMod/TrainerMod.cs
index 61b36685..2409e6b4 100644
--- a/src/TrainerMod/TrainerMod.cs
+++ b/src/TrainerMod/TrainerMod.cs
@@ -40,7 +40,7 @@ namespace TrainerMod
*********/
/// <summary>The entry point for your mod. It will always be called once when the mod loads.</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(ModHelper helper)
+ public override void Entry(IModHelper helper)
{
this.RegisterCommands();
GameEvents.UpdateTick += this.ReceiveUpdateTick;