Ejemplo n.º 1
0
        public void RemoveHudText(TextBoxType boxType, int ID)
        {
            HudTextBox theBox = GetHudTextOfType(boxType);

            if (theBox == null)
            {
                return;
            }

            theBox.RemoveText(ID);
        }