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

20 lines
541 B
Ucode

// ====================================================================
// Class: XInterface.STY_BindBox
// Parent: XInterface.STY_NoBackground
//
// <Enter a description here>
// ====================================================================
class STY2BindBox extends STY2NoBackground;
defaultproperties
{
KeyName="BindBox"
// FontColors(3)=(R=230,G=200,B=0,A=255)
RStyles(0)=MSTY_Alpha;
RStyles(1)=MSTY_Alpha;
RStyles(2)=MSTY_Alpha;
RStyles(3)=MSTY_Alpha;
RStyles(4)=MSTY_Alpha;
}