fix references

This commit is contained in:
2025-03-22 21:28:30 -04:00
parent e9a241d742
commit deb7c93c5a
2 changed files with 4 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ This patch requires that a certain build of BepInEx be used from their GitHub, a
**When submitting issues**, please submit your BepInEx log file with all log levels enabled. You can do this by setting `Logging.Disk.LogLevels` in `BepInEx.cfg` to `All`.
### Patch IDs
Currently a work-in-progress and is not implemented
* `removeInkLimit`: 'Remove' the limit of resources that can be used in a single room
### Compiling
@@ -20,4 +21,5 @@ Run BepInEx interop on your build and add the following assemblies to new folder
* `BepInEx/interop/Il2Cppmscorlib.dll`
* `BepInEx/interop/Il2CppSystem.dll`
* (from [Cpp2IL](https://github.com/SamboyCoding/Cpp2IL)) `cpp2il_out/UnityEngine.CoreModule.dll`
* (from [Cpp2IL](https://github.com/SamboyCoding/Cpp2IL)) `cpp2il_out/Assembly-CSharp.dll`
* (from [Cpp2IL](https://github.com/SamboyCoding/Cpp2IL)) `cpp2il_out/Assembly-CSharp.dll`
* (from [Cpp2IL](https://github.com/SamboyCoding/Cpp2IL)) `cpp2il_out/RecRoom.Datastructures.Runtime`