Ejemplo n.º 1
0
 public void pop(Vector3 location)
 {
     temp = stack.Pop();
     if (temp != null)
     {
         temp.deploy(location);
     }
 }