/// </summary>
public GameObject spawnedObject { get; private set; }
/// <summary>
/// Invoked whenever an object is placed in on a plane.
public static event Action onPlacedObject;
public delegate void PlacedObject();
private static Action s_PlacedObject;
void Awake()
{