Replace AnnounceOnBuild with VoiceAnnouncement.

This commit is contained in:
Paul Chote
2018-10-27 13:57:07 +00:00
committed by abcdefg30
parent 78a2d9aa23
commit 1b9f23eca0
6 changed files with 77 additions and 57 deletions

View File

@@ -509,7 +509,7 @@
<Compile Include="Traits\SmokeTrailWhenDamaged.cs" />
<Compile Include="Traits\Sound\ActorLostNotification.cs" />
<Compile Include="Traits\Sound\AmbientSound.cs" />
<Compile Include="Traits\Sound\AnnounceOnBuild.cs" />
<Compile Include="Traits\Sound\VoiceAnnouncement.cs" />
<Compile Include="Traits\Sound\AnnounceOnKill.cs" />
<Compile Include="Traits\Sound\AnnounceOnSeen.cs" />
<Compile Include="Traits\Sound\CaptureNotification.cs" />