Example #1
0
 public override void SwitchCategory(string categoryId, bool enable)
 {
     if (wrappedService != null)
     {
         Debug.LogFormat("Switching Category {0} to {1}", categoryId, enable);
         wrappedService.SwitchCategory(categoryId, enable);
     }
 }