Beispiel #1
0
        public static void CreateMessageBox(MenuCommand menuCommand)
        {
            GameObject go = DefaultControls.CreateMessageBox(GetStandardResources());

            PlaceUIElementRoot(go, menuCommand);
        }