12 lines
264 B
Ucode
12 lines
264 B
Ucode
class SRPerkSelectListBox extends KFPerkSelectListBox;
|
|
|
|
function InitComponent(GUIController MyController, GUIComponent MyOwner)
|
|
{
|
|
DefaultListClass = string(Class'SRPerkSelectList');
|
|
Super.InitComponent(MyController,MyOwner);
|
|
}
|
|
|
|
defaultproperties
|
|
{
|
|
}
|