Exemplo n.º 1
0
        public bool Update(out string error)
        {
            error = null;

            if (!SocketController.Update(out error))
            {
                return(false);
            }

            /*if (!Terrain.Update(out error))
             *  return false;*/

            return(true);
        }