Firstborn/Assets/AwesomeTechnologies/VegetationStudioPro/Runtime/VegetationSystemPro/RuntimeObjectInfo.cs

12 lines
218 B
C#
Raw Permalink Normal View History

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