Add AttackSounds trait

This trait plays sounds when preparing to attack or attacking.
This commit is contained in:
reaperrr
2016-06-10 17:54:45 +02:00
parent 3b43544e2d
commit c153277e8b
2 changed files with 81 additions and 0 deletions

View File

@@ -481,6 +481,7 @@
<Compile Include="Traits\Sound\CaptureNotification.cs" />
<Compile Include="Traits\Sound\DeathSounds.cs" />
<Compile Include="Traits\Sound\SoundOnDamageTransition.cs" />
<Compile Include="Traits\Sound\AttackSounds.cs" />
<Compile Include="Traits\SupplyTruck.cs" />
<Compile Include="Traits\SupportPowers\AirstrikePower.cs" />
<Compile Include="Traits\SupportPowers\GrantUpgradePower.cs" />