Exemple #1
0
 /// <summary>
 /// Returns a list of all modded prefixes of a certain category.
 /// </summary>
 /// <param name="category"></param>
 /// <returns></returns>
 public static List <ModPrefix> GetPrefixesInCategory(PrefixCategory category)
 {
     return(new List <ModPrefix>(categoryPrefixes[category]));
 }
Exemple #2
0
 /// <summary>
 /// Returns a list of all modded prefixes of a certain category.
 /// </summary>
 public static List <ModPrefix> GetPrefixesInCategory(PrefixCategory category)
 => new List <ModPrefix>(categoryPrefixes[category]);