diff --git a/PatchMod/Deps/Assembly-CSharp-firstpass.dll b/PatchMod/Deps/Assembly-CSharp-firstpass.dll new file mode 100644 index 0000000..36a79f8 Binary files /dev/null and b/PatchMod/Deps/Assembly-CSharp-firstpass.dll differ diff --git a/PatchMod/Deps/Assembly-CSharp.dll b/PatchMod/Deps/Assembly-CSharp.dll new file mode 100644 index 0000000..2eeef58 Binary files /dev/null and b/PatchMod/Deps/Assembly-CSharp.dll differ diff --git a/PatchMod/Deps/Rocket.Core.dll b/PatchMod/Deps/Rocket.Core.dll new file mode 100644 index 0000000..616494e Binary files /dev/null and b/PatchMod/Deps/Rocket.Core.dll differ diff --git a/PatchMod/Deps/UnityEngine.CoreModule.dll b/PatchMod/Deps/UnityEngine.CoreModule.dll new file mode 100644 index 0000000..8806c58 Binary files /dev/null and b/PatchMod/Deps/UnityEngine.CoreModule.dll differ diff --git a/PatchMod/Deps/UnityEngine.PhysicsModule.dll b/PatchMod/Deps/UnityEngine.PhysicsModule.dll new file mode 100644 index 0000000..757fe0b Binary files /dev/null and b/PatchMod/Deps/UnityEngine.PhysicsModule.dll differ diff --git a/PatchMod/Deps/UnityEngine.dll b/PatchMod/Deps/UnityEngine.dll new file mode 100644 index 0000000..904129a Binary files /dev/null and b/PatchMod/Deps/UnityEngine.dll differ diff --git a/PatchMod/PatchMod.csproj b/PatchMod/PatchMod.csproj index b576b0b..22df19c 100644 --- a/PatchMod/PatchMod.csproj +++ b/PatchMod/PatchMod.csproj @@ -10,22 +10,22 @@ - ..\..\..\..\Documents\RocketModLibraries\INTERNAL\Assembly-CSharp.dll + Deps\Assembly-CSharp.dll - ..\..\..\..\Documents\RocketModLibraries\INTERNAL\Assembly-CSharp-firstpass.dll + Deps\Assembly-CSharp-firstpass.dll - ..\..\..\..\Documents\RocketModLibraries\INTERNAL\Rocket.Core.dll + Deps\Rocket.Core.dll - ..\..\..\..\Documents\RocketModLibraries\INTERNAL\UnityEngine.dll + Deps\UnityEngine.dll - ..\..\..\..\Documents\RocketModLibraries\INTERNAL\UnityEngine.CoreModule.dll + Deps\UnityEngine.CoreModule.dll - ..\..\..\..\Documents\RocketModLibraries\INTERNAL\UnityEngine.PhysicsModule.dll + Deps\UnityEngine.PhysicsModule.dll @@ -35,4 +35,8 @@ + + + + diff --git a/PatchMod/Properties/AssemblyInfo.cs b/PatchMod/Properties/AssemblyInfo.cs deleted file mode 100644 index 8b09005..0000000 --- a/PatchMod/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("PatchMod")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("PatchMod")] -[assembly: AssemblyCopyright("Copyright © 2020")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("ba5aa837-e3bc-45fb-bb4d-0b3ed4fe3eec")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")]