summary refs log tree commit diff stats
path: root/ManifoldGardenArchipelago.csproj
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-02-24 12:19:59 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2025-02-24 12:19:59 -0500
commit6494004f64d93381768e95eec04a886ac53df838 (patch)
tree024e1fca259db36a4b0c6d3ba501fcf9f61694ba /ManifoldGardenArchipelago.csproj
parent42bc500a77f4b29d952058aede6abfaf91bd74c8 (diff)
downloadmanifold-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.csproj6
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>