diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-02-24 12:19:59 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-02-24 12:19:59 -0500 |
commit | 6494004f64d93381768e95eec04a886ac53df838 (patch) | |
tree | 024e1fca259db36a4b0c6d3ba501fcf9f61694ba /ManifoldGardenArchipelago.csproj | |
parent | 42bc500a77f4b29d952058aede6abfaf91bd74c8 (diff) | |
download | manifold-garden-archipelago-6494004f64d93381768e95eec04a886ac53df838.tar.gz manifold-garden-archipelago-6494004f64d93381768e95eec04a886ac53df838.tar.bz2 manifold-garden-archipelago-6494004f64d93381768e95eec04a886ac53df838.zip |
Created basic notifications
They don't look great yet but hey we can see items being sent out or received in game now!
Diffstat (limited to 'ManifoldGardenArchipelago.csproj')
-rw-r--r-- | ManifoldGardenArchipelago.csproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ManifoldGardenArchipelago.csproj b/ManifoldGardenArchipelago.csproj index 67e0dab..cc427c9 100644 --- a/ManifoldGardenArchipelago.csproj +++ b/ManifoldGardenArchipelago.csproj | |||
@@ -36,6 +36,12 @@ | |||
36 | <Reference Include="Assembly-CSharp"> | 36 | <Reference Include="Assembly-CSharp"> |
37 | <HintPath>D:\SteamLibrary\steamapps\common\Manifold Garden\ManifoldGarden_Data\Managed\Assembly-CSharp.dll</HintPath> | 37 | <HintPath>D:\SteamLibrary\steamapps\common\Manifold Garden\ManifoldGarden_Data\Managed\Assembly-CSharp.dll</HintPath> |
38 | </Reference> | 38 | </Reference> |
39 | <Reference Include="Unity.TextMeshPro"> | ||
40 | <HintPath>D:\SteamLibrary\steamapps\common\Manifold Garden\ManifoldGarden_Data\Managed\Unity.TextMeshPro.dll</HintPath> | ||
41 | </Reference> | ||
42 | <Reference Include="UnityEngine.UI"> | ||
43 | <HintPath>D:\SteamLibrary\steamapps\common\Manifold Garden\ManifoldGarden_Data\Managed\UnityEngine.UI.dll</HintPath> | ||
44 | </Reference> | ||
39 | </ItemGroup> | 45 | </ItemGroup> |
40 | 46 | ||
41 | <ItemGroup> | 47 | <ItemGroup> |