//----------------------------------------------------------- // //----------------------------------------------------------- class GUIInvButton extends GUIButton; var class Inv; function InitComponent(GUIController MyController, GUIComponent MyOwner) { Super.InitComponent(MyController, MyOwner); } DefaultProperties { bFocusOnWatch = false; }