Building shop functional and Building states are saved online

This commit is contained in:
Sewmina
2022-04-15 02:24:09 +05:30
parent 20fa8f1218
commit d90919474b
78 changed files with 5247 additions and 2935 deletions

View File

@@ -36,15 +36,15 @@
<ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
</PropertyGroup>
<ItemGroup>
<Compile Include="Library/PackageCache/com.unity.searcher@4.3.2/Editor/Searcher/SearcherItem.cs" />
<Compile Include="Library/PackageCache/com.unity.searcher@4.3.2/Editor/Searcher/SearcherAdapter.cs" />
<Compile Include="Library/PackageCache/com.unity.searcher@4.3.2/Editor/Searcher/Searcher.cs" />
<Compile Include="Library/PackageCache/com.unity.searcher@4.3.2/Editor/Searcher/SearcherWindow.cs" />
<Compile Include="Library/PackageCache/com.unity.searcher@4.3.2/Editor/Searcher/SearcherDatabaseBase.cs" />
<Compile Include="Library/PackageCache/com.unity.searcher@4.3.2/Editor/Searcher/SearcherDatabase.cs" />
<Compile Include="Library/PackageCache/com.unity.searcher@4.3.2/Editor/Searcher/SearcherControl.cs" />
<Compile Include="Library/PackageCache/com.unity.searcher@4.3.2/Editor/AssemblyInfo.cs" />
<Compile Include="Library/PackageCache/com.unity.searcher@4.3.2/Editor/Searcher/SearcherHighlighter.cs" />
<Compile Include="Library/PackageCache/com.unity.searcher@4.3.2/Editor/Searcher/SearcherItem.cs" />
<Compile Include="Library/PackageCache/com.unity.searcher@4.3.2/Editor/Searcher/SearcherAdapter.cs" />
<Compile Include="Library/PackageCache/com.unity.searcher@4.3.2/Editor/Searcher/SearcherDatabaseBase.cs" />
<Compile Include="Library/PackageCache/com.unity.searcher@4.3.2/Editor/Searcher/SearcherDatabase.cs" />
<None Include="Library/PackageCache/com.unity.searcher@4.3.2/Editor/Unity.Searcher.Editor.asmdef" />
<None Include="Library/PackageCache/com.unity.searcher@4.3.2/Editor/Resources/SearcherItem.uxml" />
<None Include="Library/PackageCache/com.unity.searcher@4.3.2/Editor/Resources/SearcherWindow.uxml" />
@@ -301,6 +301,9 @@
<Reference Include="ICSharpCode.NRefactory">
<HintPath>/media/RocketSpeed/Unity_Projects/UPF/Library/PackageCache/com.unity.render-pipelines.core@10.8.1/Editor/ShaderGenerator/ICSharpCode.NRefactory.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>/media/RocketSpeed/Unity_Projects/UPF/Library/PackageCache/com.unity.nuget.newtonsoft-json@3.0.2/Runtime/Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>/media/RocketSpeed/Unity_Projects/UPF/Library/PackageCache/com.unity.ext.nunit@1.0.6/net35/unity-custom/nunit.framework.dll</HintPath>
</Reference>