about summary refs log tree commit diff stats
path: root/AnodyneArchipelago/Plugin.cs
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-05-25 13:11:17 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2024-05-25 13:11:17 -0400
commit189fcfc1087764961e61c470ffea642ff46d164d (patch)
tree77890701aeb8e8e89b1dffb7084559dc6c8e7364 /AnodyneArchipelago/Plugin.cs
parentca34b22c8dbeecda5ac5f66ca24fbe69a617b4dd (diff)
downloadanodyne-archipelago-189fcfc1087764961e61c470ffea642ff46d164d.tar.gz
anodyne-archipelago-189fcfc1087764961e61c470ffea642ff46d164d.tar.bz2
anodyne-archipelago-189fcfc1087764961e61c470ffea642ff46d164d.zip
You can connect now!
Diffstat (limited to 'AnodyneArchipelago/Plugin.cs')
-rw-r--r--AnodyneArchipelago/Plugin.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/AnodyneArchipelago/Plugin.cs b/AnodyneArchipelago/Plugin.cs index 66f020d..10a30b9 100644 --- a/AnodyneArchipelago/Plugin.cs +++ b/AnodyneArchipelago/Plugin.cs
@@ -13,6 +13,7 @@ namespace AnodyneArchipelago
13 { 13 {
14 public static Plugin Instance = null; 14 public static Plugin Instance = null;
15 public static Player Player = null; 15 public static Player Player = null;
16 public static ArchipelagoManager ArchipelagoManager = null;
16 17
17 public static string GetVersion() 18 public static string GetVersion()
18 { 19 {