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