Exemplo n.º 1
0
        private bool GenerateWaypoints(GUIButton button, object obj)
        {
            if (Submarine.MainSub == null)
            {
                return(false);
            }

            WayPoint.GenerateSubWaypoints(Submarine.MainSub);
            return(true);
        }