Exemplo n.º 1
0
 public void DestroyDrawView()
 {
     if (_drawView != null)
     {
         _spawnManager.AddItemToDestroy(_drawView.gameObject);
     }
     _drawView = null;
 }