DefaultSoundGroupHelper.cs 489 B

12345678910111213141516
  1. //------------------------------------------------------------
  2. // Game Framework
  3. // Copyright © 2013-2021 loyalsoft. All rights reserved.
  4. // Homepage: http://www.game7000.com/
  5. // Feedback: http://www.game7000.com/
  6. //------------------------------------------------------------
  7. namespace UnityGameFramework.Runtime
  8. {
  9. /// <summary>
  10. /// 默认声音组辅助器。
  11. /// </summary>
  12. public class DefaultSoundGroupHelper : SoundGroupHelperBase
  13. {
  14. }
  15. }