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

15 lines
460 B
Ucode

//====================================================================
//
// The server list context menu uses this special style to draw icons
// without highlighting them.
//
// Written by Ron Prestenback
// (c) 2003, Epic Games, Inc. All Rights Reserved
// ====================================================================
class STY2ServerListContextMenu extends STY2ContextMenu;
DefaultProperties
{
KeyName="ServerListContextMenu"
}