Beispiel #1
0
 private void OnDestroy()
 {
     if (ShotByPlayer && _statsManagerScript)
     {
         _statsManagerScript.BulletDestructionCoroutine(_destroyedByCollision);
     }
 }