Exemplo n.º 1
0
        protected override void Interact(Character actor)
        {
            Interaction.text = string.Format("{0} Found", ItemUtil.ItemToString(_item));

            PotionController.Add(_item);
            WeaponController.Add(_item);

            StartCoroutine(ClearInteractionWait());
            HasBeenInteractedWith = true;
        }