From 0e63c4a2c6dec8dfa260501fb7d73750261ea7b7 Mon Sep 17 00:00:00 2001
From: chai <215380520@qq.com>
Date: Sat, 25 Nov 2023 18:39:02 +0800
Subject: + init
---
....NETStandard,Version=v2.0.AssemblyAttributes.cs | 4 +
.../obj/Debug/netstandard2.0/Assembly-CSharp.dll | Bin 0 -> 159232 bytes
.../obj/Debug/netstandard2.0/Assembly-CSharp.pdb | Bin 0 -> 81108 bytes
...Tower.GeneratedMSBuildEditorConfig.editorconfig | 3 +
.../Debug/netstandard2.0/RogueTower.assets.cache | Bin 0 -> 505 bytes
.../RogueTower.csproj.AssemblyReference.cache | Bin 0 -> 193981 bytes
.../RogueTower.csproj.BuildWithSkipAnalyzers | 0
.../netstandard2.0/RogueTower.csproj.CopyComplete | 0
.../RogueTower.csproj.CoreCompileInputs.cache | 1 +
.../RogueTower.csproj.FileListAbsolute.txt | 182 +++++++++++++++
.../obj/RogueTower.csproj.nuget.dgspec.json | 70 ++++++
.../obj/RogueTower.csproj.nuget.g.props | 16 ++
.../obj/RogueTower.csproj.nuget.g.targets | 6 +
Assembly_CSharp/obj/project.assets.json | 248 +++++++++++++++++++++
Assembly_CSharp/obj/project.nuget.cache | 11 +
15 files changed, 541 insertions(+)
create mode 100644 Assembly_CSharp/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs
create mode 100644 Assembly_CSharp/obj/Debug/netstandard2.0/Assembly-CSharp.dll
create mode 100644 Assembly_CSharp/obj/Debug/netstandard2.0/Assembly-CSharp.pdb
create mode 100644 Assembly_CSharp/obj/Debug/netstandard2.0/RogueTower.GeneratedMSBuildEditorConfig.editorconfig
create mode 100644 Assembly_CSharp/obj/Debug/netstandard2.0/RogueTower.assets.cache
create mode 100644 Assembly_CSharp/obj/Debug/netstandard2.0/RogueTower.csproj.AssemblyReference.cache
create mode 100644 Assembly_CSharp/obj/Debug/netstandard2.0/RogueTower.csproj.BuildWithSkipAnalyzers
create mode 100644 Assembly_CSharp/obj/Debug/netstandard2.0/RogueTower.csproj.CopyComplete
create mode 100644 Assembly_CSharp/obj/Debug/netstandard2.0/RogueTower.csproj.CoreCompileInputs.cache
create mode 100644 Assembly_CSharp/obj/Debug/netstandard2.0/RogueTower.csproj.FileListAbsolute.txt
create mode 100644 Assembly_CSharp/obj/RogueTower.csproj.nuget.dgspec.json
create mode 100644 Assembly_CSharp/obj/RogueTower.csproj.nuget.g.props
create mode 100644 Assembly_CSharp/obj/RogueTower.csproj.nuget.g.targets
create mode 100644 Assembly_CSharp/obj/project.assets.json
create mode 100644 Assembly_CSharp/obj/project.nuget.cache
(limited to 'Assembly_CSharp/obj')
diff --git a/Assembly_CSharp/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs b/Assembly_CSharp/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..8bf3a42
--- /dev/null
+++ b/Assembly_CSharp/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")]
diff --git a/Assembly_CSharp/obj/Debug/netstandard2.0/Assembly-CSharp.dll b/Assembly_CSharp/obj/Debug/netstandard2.0/Assembly-CSharp.dll
new file mode 100644
index 0000000..8ae62f1
Binary files /dev/null and b/Assembly_CSharp/obj/Debug/netstandard2.0/Assembly-CSharp.dll differ
diff --git a/Assembly_CSharp/obj/Debug/netstandard2.0/Assembly-CSharp.pdb b/Assembly_CSharp/obj/Debug/netstandard2.0/Assembly-CSharp.pdb
new file mode 100644
index 0000000..5d4879c
Binary files /dev/null and b/Assembly_CSharp/obj/Debug/netstandard2.0/Assembly-CSharp.pdb differ
diff --git a/Assembly_CSharp/obj/Debug/netstandard2.0/RogueTower.GeneratedMSBuildEditorConfig.editorconfig b/Assembly_CSharp/obj/Debug/netstandard2.0/RogueTower.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..a8e9be8
--- /dev/null
+++ b/Assembly_CSharp/obj/Debug/netstandard2.0/RogueTower.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,3 @@
+is_global = true
+build_property.RootNamespace = RogueTower
+build_property.ProjectDir = D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\
diff --git a/Assembly_CSharp/obj/Debug/netstandard2.0/RogueTower.assets.cache b/Assembly_CSharp/obj/Debug/netstandard2.0/RogueTower.assets.cache
new file mode 100644
index 0000000..b8ef08a
Binary files /dev/null and b/Assembly_CSharp/obj/Debug/netstandard2.0/RogueTower.assets.cache differ
diff --git a/Assembly_CSharp/obj/Debug/netstandard2.0/RogueTower.csproj.AssemblyReference.cache b/Assembly_CSharp/obj/Debug/netstandard2.0/RogueTower.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..25b27bd
Binary files /dev/null and b/Assembly_CSharp/obj/Debug/netstandard2.0/RogueTower.csproj.AssemblyReference.cache differ
diff --git a/Assembly_CSharp/obj/Debug/netstandard2.0/RogueTower.csproj.BuildWithSkipAnalyzers b/Assembly_CSharp/obj/Debug/netstandard2.0/RogueTower.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/Assembly_CSharp/obj/Debug/netstandard2.0/RogueTower.csproj.CopyComplete b/Assembly_CSharp/obj/Debug/netstandard2.0/RogueTower.csproj.CopyComplete
new file mode 100644
index 0000000..e69de29
diff --git a/Assembly_CSharp/obj/Debug/netstandard2.0/RogueTower.csproj.CoreCompileInputs.cache b/Assembly_CSharp/obj/Debug/netstandard2.0/RogueTower.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..810a41d
--- /dev/null
+++ b/Assembly_CSharp/obj/Debug/netstandard2.0/RogueTower.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+e7f7df5bf2fc9c6366b8428c09da909eb7f91031
diff --git a/Assembly_CSharp/obj/Debug/netstandard2.0/RogueTower.csproj.FileListAbsolute.txt b/Assembly_CSharp/obj/Debug/netstandard2.0/RogueTower.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..93bd6e2
--- /dev/null
+++ b/Assembly_CSharp/obj/Debug/netstandard2.0/RogueTower.csproj.FileListAbsolute.txt
@@ -0,0 +1,182 @@
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\Assembly-CSharp.deps.json
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\Assembly-CSharp.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\Assembly-CSharp.pdb
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\Assembly-CSharp-firstpass.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.AudioModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.CoreModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.InputLegacyModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.ParticleSystemModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.PhysicsModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UI.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.SharedInternalsModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UIModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.TextRenderingModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.Physics2DModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.IMGUIModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.AnimationModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UIElementsModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.TilemapModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.SpriteShapeModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UIElementsNativeModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.TextCoreModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.GridModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\obj\Debug\netstandard2.0\RogueTower.csproj.AssemblyReference.cache
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\obj\Debug\netstandard2.0\RogueTower.GeneratedMSBuildEditorConfig.editorconfig
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\obj\Debug\netstandard2.0\RogueTower.csproj.CoreCompileInputs.cache
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\obj\Debug\netstandard2.0\RogueTower.csproj.CopyComplete
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\obj\Debug\netstandard2.0\Assembly-CSharp.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\obj\Debug\netstandard2.0\Assembly-CSharp.pdb
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\Mono.Security.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\Newtonsoft.Json.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\System.Configuration.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\System.Diagnostics.StackTrace.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\System.EnterpriseServices.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\System.Globalization.Extensions.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\System.ServiceModel.Internals.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\System.Xml.XPath.XDocument.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\Unity.Postprocessing.Runtime.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\Unity.TextMeshPro.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\Unity.Timeline.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\Unity.VisualScripting.Antlr3.Runtime.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\Unity.VisualScripting.Core.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\Unity.VisualScripting.Flow.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\Unity.VisualScripting.State.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.AccessibilityModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.AIModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.AndroidJNIModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.ARModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.AssetBundleModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.ClothModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.ClusterInputModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.ClusterRendererModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.CrashReportingModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.DirectorModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.DSPGraphModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.GameCenterModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.GIModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.HotReloadModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.ImageConversionModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.InputModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.JSONSerializeModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.LocalizationModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.PerformanceReportingModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.ProfilerModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.ScreenCaptureModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.SpriteMaskModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.StreamingModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.SubstanceModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.SubsystemsModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.TerrainModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.TerrainPhysicsModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.TLSModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UmbraModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UNETModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UnityAnalyticsModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UnityConnectModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UnityCurlModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UnityTestProtocolModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UnityWebRequestAssetBundleModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UnityWebRequestAudioModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UnityWebRequestModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UnityWebRequestTextureModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UnityWebRequestWWWModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.VehiclesModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.VFXModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.VideoModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.VirtualTexturingModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.VRModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.WindModule.dll
+E:\Games\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.XRModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\Assembly-CSharp.deps.json
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\Assembly-CSharp.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\Assembly-CSharp.pdb
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\Assembly-CSharp-firstpass.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\Mono.Security.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\Newtonsoft.Json.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\System.Configuration.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\System.Diagnostics.StackTrace.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\System.EnterpriseServices.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\System.Globalization.Extensions.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\System.ServiceModel.Internals.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\System.Xml.XPath.XDocument.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\Unity.Postprocessing.Runtime.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\Unity.TextMeshPro.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\Unity.Timeline.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\Unity.VisualScripting.Antlr3.Runtime.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\Unity.VisualScripting.Core.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\Unity.VisualScripting.Flow.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\Unity.VisualScripting.State.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.AccessibilityModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.AIModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.AndroidJNIModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.AnimationModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.ARModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.AssetBundleModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.AudioModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.ClothModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.ClusterInputModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.ClusterRendererModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.CoreModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.CrashReportingModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.DirectorModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.DSPGraphModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.GameCenterModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.GIModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.GridModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.HotReloadModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.ImageConversionModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.IMGUIModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.InputLegacyModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.InputModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.JSONSerializeModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.LocalizationModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.ParticleSystemModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.PerformanceReportingModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.Physics2DModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.PhysicsModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.ProfilerModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.ScreenCaptureModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.SharedInternalsModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.SpriteMaskModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.SpriteShapeModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.StreamingModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.SubstanceModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.SubsystemsModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.TerrainModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.TerrainPhysicsModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.TextCoreModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.TextRenderingModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.TilemapModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.TLSModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UI.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UIElementsModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UIElementsNativeModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UIModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UmbraModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UNETModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UnityAnalyticsModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UnityConnectModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UnityCurlModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UnityTestProtocolModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UnityWebRequestAssetBundleModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UnityWebRequestAudioModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UnityWebRequestModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UnityWebRequestTextureModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.UnityWebRequestWWWModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.VehiclesModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.VFXModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.VideoModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.VirtualTexturingModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.VRModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.WindModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\bin\Debug\netstandard2.0\UnityEngine.XRModule.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\obj\Debug\netstandard2.0\RogueTower.csproj.AssemblyReference.cache
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\obj\Debug\netstandard2.0\RogueTower.GeneratedMSBuildEditorConfig.editorconfig
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\obj\Debug\netstandard2.0\RogueTower.csproj.CoreCompileInputs.cache
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\obj\Debug\netstandard2.0\RogueTower.csproj.CopyComplete
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\obj\Debug\netstandard2.0\Assembly-CSharp.dll
+D:\Games\_PC\_Mono\Rogue Tower\Decompile\Assembly_CSharp\obj\Debug\netstandard2.0\Assembly-CSharp.pdb
diff --git a/Assembly_CSharp/obj/RogueTower.csproj.nuget.dgspec.json b/Assembly_CSharp/obj/RogueTower.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..5f2465c
--- /dev/null
+++ b/Assembly_CSharp/obj/RogueTower.csproj.nuget.dgspec.json
@@ -0,0 +1,70 @@
+{
+ "format": 1,
+ "restore": {
+ "D:\\Games\\_PC\\_Mono\\Rogue Tower\\Decompile\\Assembly_CSharp\\RogueTower.csproj": {}
+ },
+ "projects": {
+ "D:\\Games\\_PC\\_Mono\\Rogue Tower\\Decompile\\Assembly_CSharp\\RogueTower.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "D:\\Games\\_PC\\_Mono\\Rogue Tower\\Decompile\\Assembly_CSharp\\RogueTower.csproj",
+ "projectName": "Assembly-CSharp",
+ "projectPath": "D:\\Games\\_PC\\_Mono\\Rogue Tower\\Decompile\\Assembly_CSharp\\RogueTower.csproj",
+ "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\",
+ "outputPath": "D:\\Games\\_PC\\_Mono\\Rogue Tower\\Decompile\\Assembly_CSharp\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "netstandard2.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "netstandard2.0": {
+ "targetAlias": "netstandard2.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "netstandard2.0": {
+ "targetAlias": "netstandard2.0",
+ "dependencies": {
+ "NETStandard.Library": {
+ "suppressParent": "All",
+ "target": "Package",
+ "version": "[2.0.3, )",
+ "autoReferenced": true
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Assembly_CSharp/obj/RogueTower.csproj.nuget.g.props b/Assembly_CSharp/obj/RogueTower.csproj.nuget.g.props
new file mode 100644
index 0000000..ccfb216
--- /dev/null
+++ b/Assembly_CSharp/obj/RogueTower.csproj.nuget.g.props
@@ -0,0 +1,16 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\Administrator\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ PackageReference
+ 6.4.0
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Assembly_CSharp/obj/RogueTower.csproj.nuget.g.targets b/Assembly_CSharp/obj/RogueTower.csproj.nuget.g.targets
new file mode 100644
index 0000000..868c101
--- /dev/null
+++ b/Assembly_CSharp/obj/RogueTower.csproj.nuget.g.targets
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Assembly_CSharp/obj/project.assets.json b/Assembly_CSharp/obj/project.assets.json
new file mode 100644
index 0000000..38d8907
--- /dev/null
+++ b/Assembly_CSharp/obj/project.assets.json
@@ -0,0 +1,248 @@
+{
+ "version": 3,
+ "targets": {
+ ".NETStandard,Version=v2.0": {
+ "Microsoft.NETCore.Platforms/1.1.0": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard1.0/_._": {}
+ },
+ "runtime": {
+ "lib/netstandard1.0/_._": {}
+ }
+ },
+ "NETStandard.Library/2.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "1.1.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/_._": {}
+ },
+ "runtime": {
+ "lib/netstandard1.0/_._": {}
+ },
+ "build": {
+ "build/netstandard2.0/NETStandard.Library.targets": {}
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Microsoft.NETCore.Platforms/1.1.0": {
+ "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
+ "type": "package",
+ "path": "microsoft.netcore.platforms/1.1.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "lib/netstandard1.0/_._",
+ "microsoft.netcore.platforms.1.1.0.nupkg.sha512",
+ "microsoft.netcore.platforms.nuspec",
+ "runtime.json"
+ ]
+ },
+ "NETStandard.Library/2.0.3": {
+ "sha512": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
+ "type": "package",
+ "path": "netstandard.library/2.0.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "build/netstandard2.0/NETStandard.Library.targets",
+ "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll",
+ "build/netstandard2.0/ref/System.AppContext.dll",
+ "build/netstandard2.0/ref/System.Collections.Concurrent.dll",
+ "build/netstandard2.0/ref/System.Collections.NonGeneric.dll",
+ "build/netstandard2.0/ref/System.Collections.Specialized.dll",
+ "build/netstandard2.0/ref/System.Collections.dll",
+ "build/netstandard2.0/ref/System.ComponentModel.Composition.dll",
+ "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll",
+ "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll",
+ "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll",
+ "build/netstandard2.0/ref/System.ComponentModel.dll",
+ "build/netstandard2.0/ref/System.Console.dll",
+ "build/netstandard2.0/ref/System.Core.dll",
+ "build/netstandard2.0/ref/System.Data.Common.dll",
+ "build/netstandard2.0/ref/System.Data.dll",
+ "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll",
+ "build/netstandard2.0/ref/System.Diagnostics.Debug.dll",
+ "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll",
+ "build/netstandard2.0/ref/System.Diagnostics.Process.dll",
+ "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll",
+ "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll",
+ "build/netstandard2.0/ref/System.Diagnostics.Tools.dll",
+ "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll",
+ "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll",
+ "build/netstandard2.0/ref/System.Drawing.Primitives.dll",
+ "build/netstandard2.0/ref/System.Drawing.dll",
+ "build/netstandard2.0/ref/System.Dynamic.Runtime.dll",
+ "build/netstandard2.0/ref/System.Globalization.Calendars.dll",
+ "build/netstandard2.0/ref/System.Globalization.Extensions.dll",
+ "build/netstandard2.0/ref/System.Globalization.dll",
+ "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll",
+ "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll",
+ "build/netstandard2.0/ref/System.IO.Compression.dll",
+ "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll",
+ "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll",
+ "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll",
+ "build/netstandard2.0/ref/System.IO.FileSystem.dll",
+ "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll",
+ "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll",
+ "build/netstandard2.0/ref/System.IO.Pipes.dll",
+ "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll",
+ "build/netstandard2.0/ref/System.IO.dll",
+ "build/netstandard2.0/ref/System.Linq.Expressions.dll",
+ "build/netstandard2.0/ref/System.Linq.Parallel.dll",
+ "build/netstandard2.0/ref/System.Linq.Queryable.dll",
+ "build/netstandard2.0/ref/System.Linq.dll",
+ "build/netstandard2.0/ref/System.Net.Http.dll",
+ "build/netstandard2.0/ref/System.Net.NameResolution.dll",
+ "build/netstandard2.0/ref/System.Net.NetworkInformation.dll",
+ "build/netstandard2.0/ref/System.Net.Ping.dll",
+ "build/netstandard2.0/ref/System.Net.Primitives.dll",
+ "build/netstandard2.0/ref/System.Net.Requests.dll",
+ "build/netstandard2.0/ref/System.Net.Security.dll",
+ "build/netstandard2.0/ref/System.Net.Sockets.dll",
+ "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll",
+ "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll",
+ "build/netstandard2.0/ref/System.Net.WebSockets.dll",
+ "build/netstandard2.0/ref/System.Net.dll",
+ "build/netstandard2.0/ref/System.Numerics.dll",
+ "build/netstandard2.0/ref/System.ObjectModel.dll",
+ "build/netstandard2.0/ref/System.Reflection.Extensions.dll",
+ "build/netstandard2.0/ref/System.Reflection.Primitives.dll",
+ "build/netstandard2.0/ref/System.Reflection.dll",
+ "build/netstandard2.0/ref/System.Resources.Reader.dll",
+ "build/netstandard2.0/ref/System.Resources.ResourceManager.dll",
+ "build/netstandard2.0/ref/System.Resources.Writer.dll",
+ "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll",
+ "build/netstandard2.0/ref/System.Runtime.Extensions.dll",
+ "build/netstandard2.0/ref/System.Runtime.Handles.dll",
+ "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll",
+ "build/netstandard2.0/ref/System.Runtime.InteropServices.dll",
+ "build/netstandard2.0/ref/System.Runtime.Numerics.dll",
+ "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll",
+ "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll",
+ "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll",
+ "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll",
+ "build/netstandard2.0/ref/System.Runtime.Serialization.dll",
+ "build/netstandard2.0/ref/System.Runtime.dll",
+ "build/netstandard2.0/ref/System.Security.Claims.dll",
+ "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll",
+ "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll",
+ "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll",
+ "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll",
+ "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll",
+ "build/netstandard2.0/ref/System.Security.Principal.dll",
+ "build/netstandard2.0/ref/System.Security.SecureString.dll",
+ "build/netstandard2.0/ref/System.ServiceModel.Web.dll",
+ "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll",
+ "build/netstandard2.0/ref/System.Text.Encoding.dll",
+ "build/netstandard2.0/ref/System.Text.RegularExpressions.dll",
+ "build/netstandard2.0/ref/System.Threading.Overlapped.dll",
+ "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll",
+ "build/netstandard2.0/ref/System.Threading.Tasks.dll",
+ "build/netstandard2.0/ref/System.Threading.Thread.dll",
+ "build/netstandard2.0/ref/System.Threading.ThreadPool.dll",
+ "build/netstandard2.0/ref/System.Threading.Timer.dll",
+ "build/netstandard2.0/ref/System.Threading.dll",
+ "build/netstandard2.0/ref/System.Transactions.dll",
+ "build/netstandard2.0/ref/System.ValueTuple.dll",
+ "build/netstandard2.0/ref/System.Web.dll",
+ "build/netstandard2.0/ref/System.Windows.dll",
+ "build/netstandard2.0/ref/System.Xml.Linq.dll",
+ "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll",
+ "build/netstandard2.0/ref/System.Xml.Serialization.dll",
+ "build/netstandard2.0/ref/System.Xml.XDocument.dll",
+ "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll",
+ "build/netstandard2.0/ref/System.Xml.XPath.dll",
+ "build/netstandard2.0/ref/System.Xml.XmlDocument.dll",
+ "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll",
+ "build/netstandard2.0/ref/System.Xml.dll",
+ "build/netstandard2.0/ref/System.dll",
+ "build/netstandard2.0/ref/mscorlib.dll",
+ "build/netstandard2.0/ref/netstandard.dll",
+ "build/netstandard2.0/ref/netstandard.xml",
+ "lib/netstandard1.0/_._",
+ "netstandard.library.2.0.3.nupkg.sha512",
+ "netstandard.library.nuspec"
+ ]
+ }
+ },
+ "projectFileDependencyGroups": {
+ ".NETStandard,Version=v2.0": [
+ "NETStandard.Library >= 2.0.3"
+ ]
+ },
+ "packageFolders": {
+ "C:\\Users\\Administrator\\.nuget\\packages\\": {},
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "D:\\Games\\_PC\\_Mono\\Rogue Tower\\Decompile\\Assembly_CSharp\\RogueTower.csproj",
+ "projectName": "Assembly-CSharp",
+ "projectPath": "D:\\Games\\_PC\\_Mono\\Rogue Tower\\Decompile\\Assembly_CSharp\\RogueTower.csproj",
+ "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\",
+ "outputPath": "D:\\Games\\_PC\\_Mono\\Rogue Tower\\Decompile\\Assembly_CSharp\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "netstandard2.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "netstandard2.0": {
+ "targetAlias": "netstandard2.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "netstandard2.0": {
+ "targetAlias": "netstandard2.0",
+ "dependencies": {
+ "NETStandard.Library": {
+ "suppressParent": "All",
+ "target": "Package",
+ "version": "[2.0.3, )",
+ "autoReferenced": true
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Assembly_CSharp/obj/project.nuget.cache b/Assembly_CSharp/obj/project.nuget.cache
new file mode 100644
index 0000000..3d5d096
--- /dev/null
+++ b/Assembly_CSharp/obj/project.nuget.cache
@@ -0,0 +1,11 @@
+{
+ "version": 2,
+ "dgSpecHash": "TXdjMDGnAcXpY8OX7QNyMyANBH85Ib9TBuPLsvYCe4Y195KcyQG5bt2WeTPgYc/ukbn2xXIEKovN3smCGtxa1w==",
+ "success": true,
+ "projectFilePath": "D:\\Games\\_PC\\_Mono\\Rogue Tower\\Decompile\\Assembly_CSharp\\RogueTower.csproj",
+ "expectedPackageFiles": [
+ "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512",
+ "C:\\Users\\Administrator\\.nuget\\packages\\netstandard.library\\2.0.3\\netstandard.library.2.0.3.nupkg.sha512"
+ ],
+ "logs": []
+}
\ No newline at end of file
--
cgit v1.1-26-g67d0