public void pop(Vector3 location) { temp = stack.Pop(); if (temp != null) { temp.deploy(location); } }