13 lines
338 B
Ucode
13 lines
338 B
Ucode
class ScrnBuyMenuSaleListBox extends SRBuyMenuSaleListBox;
|
|
|
|
function InitComponent(GUIController MyController, GUIComponent MyOwner)
|
|
{
|
|
DefaultListClass=string(Class'ScrnBuyMenuSaleList');
|
|
//bypass SRBuyMenuSaleListBox here
|
|
Super(KFBuyMenuSaleListBox).InitComponent(MyController,MyOwner);
|
|
}
|
|
|
|
defaultproperties
|
|
{
|
|
}
|