/NeonWhitePlugin

Neon White BepInEx Plugin Template

Primary LanguageC#

⚠ THIS IS A TEMPLATE REPOSITORY! Do not fork, instead use the "Use this template" button!

NeonWhitePlugin

Create a file NeonWhitePlugin/NeonWhitePlugin.csproj.user defining the path to your Neon White folder. An example with Windows Steam on the C drive is shown below:

<Project>
    <PropertyGroup>
        <NeonWhitePath>C:/Program Files (x86)/Steam/steamapps/common/Neon White</NeonWhitePath>
    </PropertyGroup>
</Project>