11 lines
247 B
Ucode
11 lines
247 B
Ucode
class GUIVertGripButton extends GUIGripButtonBase;
|
|
|
|
function InitComponent(GUIController MyController, GUIComponent MyComponent)
|
|
{
|
|
Super(GUIButton).InitComponent(MyController, MyComponent);
|
|
}
|
|
|
|
defaultproperties
|
|
{
|
|
StyleName="VertGrip"
|
|
} |