LethalCompany/Lethal Company/ExportedProject/Assets/Scripts/Assembly-CSharp/ItemGroup.cs

8 lines
171 B
C#
Raw Normal View History

2023-12-22 22:51:17 +00:00
using UnityEngine;
[CreateAssetMenu(menuName = "ScriptableObjects/ItemGroup", order = 2)]
public class ItemGroup : ScriptableObject
{
public string itemSpawnTypeName;
}