miuu-custom-cosmetic-loader/UserProperties.xml

11 lines
424 B
XML
Raw Normal View History

2023-08-26 12:29:43 -04:00
<Project>
<PropertyGroup>
<!--remove this property-->
<UserPropertiesNotSetUp>True</UserPropertiesNotSetUp>
<!--Insert path to MIUU game directory here-->
<GameDir></GameDir>
<!--Insert path to where your mod should build to (it will build to "out" directory by default)-->
<ModOutputDir>$(GameDir)\Mods\CustomCosmeticLoader</ModOutputDir>
</PropertyGroup>
</Project>