17 lines
396 B
Ucode
17 lines
396 B
Ucode
// ====================================================================
|
|
// Class: XInterface.STY_SliderCaption
|
|
// Parent: XInterface.GUIStyles
|
|
//
|
|
// <Enter a description here>
|
|
// ====================================================================
|
|
|
|
class STY_SliderCaption extends GUIStyles;
|
|
|
|
|
|
defaultproperties
|
|
{
|
|
KeyName="SliderCaption"
|
|
FontNames(0)="UT2MenuFont"
|
|
|
|
}
|