Files
BABA_YAGA/Assets/Third Parties/Invector-3rdPersonController/ItemManager/Scripts/vItemAttributes.cs
2026-06-02 08:27:03 +07:00

11 lines
205 B
C#

using UnityEngine;
using System.Collections.Generic;
namespace Invector
{
public class vItemAttributes : ScriptableObject
{
public List<string> attributes = new List<string>();
}
}