mirror of
https://github.com/djdevin/recnet-plugin.git
synced 2026-09-08 14:41:30 -07:00
11 lines
476 B
Plaintext
11 lines
476 B
Plaintext
<Project>
|
|
<!-- Copy this file to "GamePath.props" (same folder) and set GamePath to your local
|
|
Rec Room install. GamePath.props is gitignored, so your local path stays out of the repo.
|
|
|
|
The install must have been launched once under BepInEx 6 (IL2CPP) so that
|
|
BepInEx/interop/ is populated with the proxy assemblies this project references. -->
|
|
<PropertyGroup>
|
|
<GamePath>C:\Path\To\RecRoom</GamePath>
|
|
</PropertyGroup>
|
|
</Project>
|