summaryrefslogtreecommitdiff
path: root/src/TrainerMod/Framework
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2016-11-14 20:11:05 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2016-11-14 20:11:05 -0500
commit9a36254e903c4b992710d82aacee80052aab3288 (patch)
tree4f73ca5a7553fbb1bf883858ecaa029362383d7b /src/TrainerMod/Framework
parent6d1afe7d5c77703a605da713e228cd2e337ea8ac (diff)
downloadSMAPI-9a36254e903c4b992710d82aacee80052aab3288.tar.gz
SMAPI-9a36254e903c4b992710d82aacee80052aab3288.tar.bz2
SMAPI-9a36254e903c4b992710d82aacee80052aab3288.zip
hide TrainerMod internals
Diffstat (limited to 'src/TrainerMod/Framework')
-rw-r--r--src/TrainerMod/Framework/Extensions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TrainerMod/Framework/Extensions.cs b/src/TrainerMod/Framework/Extensions.cs
index 705d09b7..da3a2f03 100644
--- a/src/TrainerMod/Framework/Extensions.cs
+++ b/src/TrainerMod/Framework/Extensions.cs
@@ -1,7 +1,7 @@
namespace TrainerMod.Framework
{
/// <summary>Provides extension methods on primitive types.</summary>
- public static class Extensions
+ internal static class Extensions
{
/*********
** Public methods