From fa5c6ff0665b5a7fb0759f60facafd87b04dc659 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 16 Nov 2016 18:45:29 -0500 Subject: cleanup --- 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 61b36685..2409e6b4 100644 --- a/src/TrainerMod/TrainerMod.cs +++ b/src/TrainerMod/TrainerMod.cs @@ -40,7 +40,7 @@ namespace TrainerMod *********/ /// The entry point for your mod. It will always be called once when the mod loads. /// Provides methods for interacting with the mod directory, such as read/writing a config file or custom JSON files. - public override void Entry(ModHelper helper) + public override void Entry(IModHelper helper) { this.RegisterCommands(); GameEvents.UpdateTick += this.ReceiveUpdateTick; -- cgit