about summary refs log tree commit diff stats
path: root/Plugin.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Plugin.cs')
-rw-r--r--Plugin.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/Plugin.cs b/Plugin.cs deleted file mode 100644 index 411a2a4..0000000 --- a/Plugin.cs +++ /dev/null
@@ -1,15 +0,0 @@
1using BepInEx;
2using BepInEx.NET.Common;
3
4namespace AnodyneArchipelago
5{
6 [BepInPlugin("com.fourisland.plugins.anodyne.archipelago", "Anodyne Archipelago", "1.0.0.0")]
7 public class Plugin : BasePlugin
8 {
9 public override void Load()
10 {
11 // Plugin startup logic
12 Log.LogInfo($"Plugin {PluginInfo.PLUGIN_GUID} is loaded!");
13 }
14 }
15}