17 lines
383 B
Ucode
17 lines
383 B
Ucode
//-----------------------------------------------------------
|
|
//
|
|
//-----------------------------------------------------------
|
|
class GUIInvButton extends GUIButton;
|
|
|
|
var class<Inventory> Inv;
|
|
|
|
function InitComponent(GUIController MyController, GUIComponent MyOwner)
|
|
{
|
|
Super.InitComponent(MyController, MyOwner);
|
|
}
|
|
|
|
DefaultProperties
|
|
{
|
|
bFocusOnWatch = false;
|
|
}
|