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

@@ -39,8 +39,8 @@
<Compile Include="Library/PackageCache/com.unity.ide.vscode@1.2.4/Editor/VSCodeDiscovery.cs" />
<Compile Include="Library/PackageCache/com.unity.ide.vscode@1.2.4/Editor/ProjectGeneration/StringUtils.cs" />
<Compile Include="Library/PackageCache/com.unity.ide.vscode@1.2.4/Editor/ProjectGeneration/GUIDGenerator.cs" />
<Compile Include="Library/PackageCache/com.unity.ide.vscode@1.2.4/Editor/ProjectGeneration/AssemblyNameProvider.cs" />
<Compile Include="Library/PackageCache/com.unity.ide.vscode@1.2.4/Editor/ProjectGeneration/ProjectGeneration.cs" />
<Compile Include="Library/PackageCache/com.unity.ide.vscode@1.2.4/Editor/ProjectGeneration/AssemblyNameProvider.cs" />
<Compile Include="Library/PackageCache/com.unity.ide.vscode@1.2.4/Editor/ProjectGeneration/FileIO.cs" />
<Compile Include="Library/PackageCache/com.unity.ide.vscode@1.2.4/Editor/ProjectGeneration/ProjectGenerationFlag.cs" />
<Compile Include="Library/PackageCache/com.unity.ide.vscode@1.2.4/Editor/VSCodeScriptEditor.cs" />
@@ -297,6 +297,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>