rott/kf_sources/ScrnBalanceSrv/Classes/ScrnPerkSelectListBox.uc
2026-07-14 20:27:09 +07:00

12 lines
295 B
Ucode

class ScrnPerkSelectListBox extends SRPerkSelectListBox;
function InitComponent(GUIController MyController, GUIComponent MyOwner)
{
DefaultListClass = string(Class'ScrnPerkSelectList');
Super(KFPerkSelectListBox).InitComponent(MyController,MyOwner);
}
defaultproperties
{
}