Added rapbattles courtesy of Bloitzhole

This commit is contained in:
barelyprofessional
2026-07-08 22:02:10 -05:00
parent 3bd5fc5d96
commit 3074443c34
7 changed files with 1177 additions and 1 deletions
+9
View File
@@ -51,6 +51,15 @@
<Content Include="NLog.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Remove="rapbattle_feedback.txt" />
<!-- PreserveNewest so admins can edit the feedback pool in the output dir without rebuilds clobbering it -->
<None Remove="rapbattle_challenges.txt" />
<Content Update="Assets\rapbattle_challenges.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="Assets\rapbattle_feedback.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>