diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-05-22 09:41:43 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-05-22 09:41:43 -0400 |
| commit | 3bcf9016e23133d9b051dbd65ce682fddf6b5bc5 (patch) | |
| tree | 1f35daa1aeb417a7ceac37b1fe817f788c36e4a7 /Plugin.cs | |
| parent | 18db4b5e2e43bcfed76b7831a4d0ee49419a5ad7 (diff) | |
| download | anodyne-archipelago-3bcf9016e23133d9b051dbd65ce682fddf6b5bc5.tar.gz anodyne-archipelago-3bcf9016e23133d9b051dbd65ce682fddf6b5bc5.tar.bz2 anodyne-archipelago-3bcf9016e23133d9b051dbd65ce682fddf6b5bc5.zip | |
Moved into subdir
Diffstat (limited to 'Plugin.cs')
| -rw-r--r-- | Plugin.cs | 15 |
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 @@ | |||
| 1 | using BepInEx; | ||
| 2 | using BepInEx.NET.Common; | ||
| 3 | |||
| 4 | namespace 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 | } | ||
