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

19 lines
461 B
Ucode

class GUIBuyInfoPanel extends GUIPanel;
//var automated GUIImage i_back;
function Display(GUIBuyable item);
defaultproperties
{
/* Begin Object Class=GUIImage Name=Background
Image=Texture'Engine.WhiteSquareTexture'
ImageColor=(B=0,G=0,R=0)
ImageStyle=ISTY_Stretched
ImageRenderStyle=MSTY_Normal
WinHeight=1.000000
End Object
i_back=GUIImage'KFGui.GUIBuyInfoPanel.Background'
*/
}