Made apples be able to spawn

This commit is contained in:
2026-04-18 20:04:39 +01:00
parent c3b971084e
commit ebdba9d5ad
3 changed files with 14 additions and 10 deletions

View File

@@ -12,6 +12,8 @@ namespace Fruitomation.Game.Items
[Serializable] public enum ItemType
{
None,
Apple,
Grape,
Banana,