TestItem
user_3183455
csharp
8 months ago
297 B
4
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