TestItem
user_3183455
csharp
a year ago
297 B
12
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