Ejemplo n.º 1
0
 private void Awake()
 {
     instance = this;
 }
Ejemplo n.º 2
0
 void Start()
 {
     memCount = GameObject.FindGameObjectWithTag("Counter").GetComponent <MemoryCount>();
 }