mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-28 18:25:18 +00:00
7 lines
188 B
XML
7 lines
188 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
<ItemGroup>
|
||
|
<Reference Include="../Mirror/*.dll" />
|
||
|
<Reference Include="../UnityEngine/UnityEngine.CoreModule.dll" />
|
||
|
</ItemGroup>
|
||
|
</Project>
|