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;
|
|||
|
}
|
|||
|
}
|
|||
|
|