Exemplo n.º 1
0
 /// <summary>
 /// Add custom sub categories. They need to be added before maker starts loading,
 /// or in the RegisterCustomSubCategories event.
 /// </summary>
 public void AddSubCategory(MakerCategory category)
 {
     MakerAPI.AddSubCategory(category);
 }