using UnityEngine; public class Mill : ProductionBuilding { protected override Enum.ResourceNodeType RessourceNodeType { get { return Enum.ResourceNodeType.BerryBush; } } }