LethalCompany/Lethal Company/ExportedProject/Assets/Scripts/Assembly-CSharp/ItemGroup.cs
2023-12-22 18:30:10 -05:00

7 lines
171 B
C#

using UnityEngine;
[CreateAssetMenu(menuName = "ScriptableObjects/ItemGroup", order = 2)]
public class ItemGroup : ScriptableObject
{
public string itemSpawnTypeName;
}