using System.Collections; using System.Collections.Generic; using UnityEngine; public class Way : PlacedObject { public override void OnPlace() { //Debug.Log("Placed Way"); } }