class RMenuModItem
extends UWindow.UWindowList// Descend from this class to add an item to the Mod menu.
// Be sure to put a line in your Mod's .int file to specify this class
// eg:
// Object=(Name=MyModPkg.MyModMenuItem,Class=Class,MetaClass=RMenu.RMenuModItem,Description="Combo Menu Label")
//
// Thanks to Rus 'Nurail' Clark for integrating this code
//