TestItem

user_3183455 avatar
user_3183455
csharp
07/08/2024 7:28 AM
396 B
26
Indexable
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
 
namespace CuongMono.Item.Inventory.ItemTypes
{
    [CreateAssetMenu(fileName = "TestItem", menuName = "CuongMono/Item/Inventory/New TestItem")]
    public class TestItem : InventoryItem
    {
     
    }
}
Editor is loading...
Leave a Comment