Beispiel #1
0
 // Use this for initialization
 void Start()
 {
     _cache = FindObjectOfType<ProjectileCache> ();
     _tower = GetComponentInParent<Tower> ();
 }
Beispiel #2
0
 private void Awake()
 {
     Instance = this;
 }