using UnityEngine; namespace ET { [ComponentOf(typeof(Farmland))] public class FarmlandViewComponent: Entity, IAwake { public GameObject FarmlandRoot; public Farmland Farmland; public GameObject SeedCropPrfb; public GameObject RipeCropPrfb; } }