summaryrefslogtreecommitdiff
path: root/Config.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Config.cs')
-rwxr-xr-xConfig.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/Config.cs b/Config.cs
new file mode 100755
index 0000000..bbb785b
--- /dev/null
+++ b/Config.cs
@@ -0,0 +1,10 @@
+using SharpPluginLoader.Core.Configuration;
+
+namespace WorldTuningTool
+{
+ internal class Config : IConfig
+ {
+ public String Name => "WorldTuningTool";
+ public String Version => "1.0";
+ }
+}