using UnityEngine; public class ConveyorPO : PlacedObject { public override void OnPlace() { Debug.Log("Conveyor placed"); } }