using UnityEngine;
namespace Gameplay.Level
{
public class Thumbtack
public GameObject Obj;
public Thumbtack(GameObject obj)
Obj = obj;
}