Delta-v/Content.Server/Sound
Galactic Chimp 53671aeee7
#3935 - Refactored ToysComponent functionality into ECS (#4127)
* #3935 - toys properly play sounds when: Activated, Landed (after throwing) and Used in hand

* #3935 - extracted BaseEmitSoundComponent

* #3935 - refactored EmitSound components to use ECS

* #3935 - added new components to client ignored components

* #3935 - added suggested stuff for EmitSoundSystem et al.

* #3935 added suggestions from PR

* #3935 implemented suggestions from PR

* #3935 updated namespace
2021-06-19 02:35:56 -07:00
..
BaseEmitSoundComponent.cs #3935 - Refactored ToysComponent functionality into ECS (#4127) 2021-06-19 02:35:56 -07:00
EmitSoundOnActivateComponent.cs #3935 - Refactored ToysComponent functionality into ECS (#4127) 2021-06-19 02:35:56 -07:00
EmitSoundOnLandComponent.cs #3935 - Refactored ToysComponent functionality into ECS (#4127) 2021-06-19 02:35:56 -07:00
EmitSoundSystem.cs #3935 - Refactored ToysComponent functionality into ECS (#4127) 2021-06-19 02:35:56 -07:00
LoopingLoopingSoundComponent.cs Re-organize all projects (#4166) 2021-06-09 22:19:39 +02:00