diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-05-26 12:06:27 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-05-26 12:06:27 -0400 |
| commit | ba2a395da7026de4be32733fc27011e161ead255 (patch) | |
| tree | d8dc59a2b74093202e6886b44f131faf35dcf405 /AnodyneArchipelago/Plugin.cs | |
| parent | 585fc3873406049a37f9417afc061c9cde266b76 (diff) | |
| download | anodyne-archipelago-ba2a395da7026de4be32733fc27011e161ead255.tar.gz anodyne-archipelago-ba2a395da7026de4be32733fc27011e161ead255.tar.bz2 anodyne-archipelago-ba2a395da7026de4be32733fc27011e161ead255.zip | |
Added AP icon for treasure chests
Diffstat (limited to 'AnodyneArchipelago/Plugin.cs')
| -rw-r--r-- | AnodyneArchipelago/Plugin.cs | 2 |
1 files changed, 2 insertions, 0 deletions
| diff --git a/AnodyneArchipelago/Plugin.cs b/AnodyneArchipelago/Plugin.cs index 18f0d36..6c1333d 100644 --- a/AnodyneArchipelago/Plugin.cs +++ b/AnodyneArchipelago/Plugin.cs | |||
| @@ -3,6 +3,7 @@ using BepInEx; | |||
| 3 | using BepInEx.NET.Common; | 3 | using BepInEx.NET.Common; |
| 4 | using HarmonyLib; | 4 | using HarmonyLib; |
| 5 | using HarmonyLib.Tools; | 5 | using HarmonyLib.Tools; |
| 6 | using Microsoft.Xna.Framework.Graphics; | ||
| 6 | using System; | 7 | using System; |
| 7 | using System.Reflection; | 8 | using System.Reflection; |
| 8 | 9 | ||
| @@ -13,6 +14,7 @@ namespace AnodyneArchipelago | |||
| 13 | { | 14 | { |
| 14 | public static Plugin Instance = null; | 15 | public static Plugin Instance = null; |
| 15 | 16 | ||
| 17 | public static GraphicsDevice GraphicsDevice = null; | ||
| 16 | public static Player Player = null; | 18 | public static Player Player = null; |
| 17 | public static ArchipelagoManager ArchipelagoManager = null; | 19 | public static ArchipelagoManager ArchipelagoManager = null; |
| 18 | public static bool IsGamePaused = false; | 20 | public static bool IsGamePaused = false; |
