Пример #1
0
 public ClientSoundAutoStopSystem(SoundContext soundContext, ISoundPlayer soundPlayer, SoundParentController soundParentController)
 {
     _playingSoundGroup     = soundContext.GetGroup(SoundMatcher.Playing);
     _soundPlayer           = soundPlayer;
     _soundParentController = soundParentController;
 }
Пример #2
0
 public SoundLimitSystem(SoundContext soundContext)
 {
     _playOnceSoundGroup = soundContext.GetGroup(SoundMatcher.PlayOnce);
 }