mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-05 15:59:22 +00:00
[MuteSFX] Deprecate because functionality is doable native
This commit is contained in:
parent
8cffe8a5be
commit
915253972d
8 changed files with 4 additions and 4 deletions
11
.Deprecated/MuteSFX/MuteSFX.csproj
Normal file
11
.Deprecated/MuteSFX/MuteSFX.csproj
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue