2024-09-10 10:25:05 +00:00
|
|
|
// using UnityEngine;
|
|
|
|
//
|
|
|
|
// namespace BlueWater.Tycoons
|
|
|
|
// {
|
|
|
|
// public class FireWood : InteractionFurniture
|
|
|
|
// {
|
|
|
|
// [SerializeField]
|
|
|
|
// private string _itemIdx = "70001";
|
|
|
|
//
|
|
|
|
// public override void Interaction()
|
|
|
|
// {
|
|
|
|
// CurrentTycoonPlayer.CarryItem(_itemIdx);
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// public override bool CanInteraction()
|
|
|
|
// {
|
|
|
|
// return IsOpened && !CurrentTycoonPlayer.IsCarriedItem();
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// }
|