959e80cf72
assets upload description.
12 lines
218 B
C#
12 lines
218 B
C#
using AwesomeTechnologies.VegetationSystem;
|
|
using UnityEngine;
|
|
|
|
namespace AwesomeTechnologies.Vegetation
|
|
{
|
|
public class RuntimeObjectInfo : MonoBehaviour
|
|
{
|
|
public VegetationItemInfoPro VegetationItemInfo;
|
|
}
|
|
}
|
|
|