// Use this for initialization void Start() { game = GameObject.Find("gameGlobal").GetComponent <gameGlobal>(); }
// Use this for initialization void Start() { game = GameObject.Find("gameGlobal").GetComponent <gameGlobal>(); trans = GetComponent <Transform>(); //game.RegisterNewTower(this); }