Exemplo n.º 1
0
 private void Update()
 {
     mForceManager.UpdateGenerators();
     if (aliveTarget == null)
     {
         RespawnTarget();
         score++;
     }
     scoreText.text = "Score: " + score;
     mContacts.Clear();
     ContactResolver.Instance.ResolveContacts(mContacts);
     UpdateObjects();
 }