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

11 lines
274 B
Ucode

class KFGUIStyle extends GUIStyles ;
/*
var(Style) noexport string FontNames[16]; // Holds the names of the 5 fonts to use
var(Style) noexport GUIFont Fonts[16];
defaultproperties
{
FontNames(15)="KFDecrepitFont"
}
*/