示例#1
0
 public override AudioCategory GetCategory(string categoryId)
 {
     if (wrappedService != null)
     {
         Debug.LogFormat("GetCategory: {0}", categoryId);
         return wrappedService.GetCategory(categoryId);
     }
     return null;
 }