rott/kf_sources/XInterface/Classes/GUIFooter.uc
2026-07-14 20:27:09 +07:00

21 lines
489 B
Ucode

//====================================================================
// Class: XInterface.GUIFooter
// Date: 04-28-2003
//
// Base class for page footer panels.
//
// Written by Ron Prestenback
// (c) 2003, Epic Games, Inc. All Rights Reserved
// ====================================================================
class GUIFooter extends GUIBorder;
defaultproperties
{
WinTop=0.9
WinHeight=0.1
WinWidth=1.0
bBoundToParent=True
bScaleToParent=True
}