12 lines
295 B
Ucode
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
|
|
{
|
|
}
|