Exemplo n.º 1
0
 private bool IsValid(GameItemType itemType)
 {
     return GameItemCategoryExtension.IsValidCategory(itemType, GameItemCategory.Skin);
 }
Exemplo n.º 2
0
 private bool IsValid(GameItemType itemType)
 {
     return(GameItemCategoryExtension.IsValidCategory(itemType, GameItemCategory.Helmet));
 }