public Transform _grid; // for parenting // Use this for initialization void Awake () { Instance = this; _powerItems = new List<GameObject>(); }
public Transform _grid; // for parenting // Use this for initialization void Awake() { Instance = this; _powerItems = new List <GameObject>(); }