13 lines
352 B
Ucode
13 lines
352 B
Ucode
class ScrnBuyMenuInvListBox extends SRKFBuyMenuInvListBox;
|
|
|
|
function InitComponent(GUIController MyController, GUIComponent MyOwner)
|
|
{
|
|
DefaultListClass=String(class'ScrnBalanceSrv.ScrnBuyMenuInvList');
|
|
//bypass SRBuyMenuSaleListBox here
|
|
Super(KFBuyMenuInvListBox).InitComponent(MyController,MyOwner);
|
|
}
|
|
|
|
defaultproperties
|
|
{
|
|
}
|