[MuteSFX] Deprecate because functionality is doable native

This commit is contained in:
NotAKidoS 2025-04-03 03:31:01 -05:00
parent 8cffe8a5be
commit 915253972d
8 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<None Remove="SFX\sfx_mute.wav" />
<None Remove="SFX\sfx_unmute.wav" />
</ItemGroup>
<ItemGroup>
<Content Include="SFX\sfx_mute.wav" />
<Content Include="SFX\sfx_unmute.wav" />
</ItemGroup>
</Project>