Made apples be able to spawn

This commit is contained in:
2026-04-18 20:04:39 +01:00
parent c3b971084e
commit bb9a0a9de3
2 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
using Fruitomation.Global;
using PashaBibko.Pacore.Attributes;
using UnityEngine;
namespace Fruitomation.Game.Items
@@ -13,8 +14,9 @@ namespace Fruitomation.Game.Items
private CustomItemBehaviour CustomBehaviour;
private GameObject CurrentChild;
private ItemType InternalItemType;
[SerializeField, InspectorReadOnly("Item Type")]
private ItemType InternalItemType = ItemType.None;
public ItemType CurrentType
{