turnCauldronOff()

Found in:

private void turnCauldronOff(){
    colorSmoke.GetComponent().color = Color.white;
    inventory.EngageCauldronAnimation(false);
  }


Comments

Leave a Reply

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