AlreadyInBook()

Found in:

public bool AlreadyInBook(ItemSpellScriptableObject item){
      if(collectedRecipes == null){
        return false;
      }else{
        bool typeExists = collectedRecipes.Contains(item);
        return typeExists;
      }
    }


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *