summaryrefslogtreecommitdiff
path: root/Config.cs
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-03-16 16:03:52 -0400
committerAndrew Opalach <andrew@akon.city> 2026-03-16 16:03:52 -0400
commita6fcd3f4c75651e08c4392dea8a77b7fed1c2fe5 (patch)
treebe60df9efc6961ceb2e96b8411a688ec4e5ed4d6 /Config.cs
downloadWorldTuningTool-a6fcd3f4c75651e08c4392dea8a77b7fed1c2fe5.tar.gz
WorldTuningTool-a6fcd3f4c75651e08c4392dea8a77b7fed1c2fe5.tar.bz2
WorldTuningTool-a6fcd3f4c75651e08c4392dea8a77b7fed1c2fe5.zip
Outline of new features
Signed-off-by: Andrew Opalach <andrew@akon.city>
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";
+ }
+}