Firstborn/Assets/AwesomeTechnologies/VegetationStudioPro/Runtime/VegetationSystemPro/RuntimeObjectInfo.cs
Schaken-Mods 959e80cf72 assets upload
assets upload description.
2023-03-28 12:16:30 -05:00

12 lines
218 B
C#

using AwesomeTechnologies.VegetationSystem;
using UnityEngine;
namespace AwesomeTechnologies.Vegetation
{
public class RuntimeObjectInfo : MonoBehaviour
{
public VegetationItemInfoPro VegetationItemInfo;
}
}