15 lines
460 B
Ucode
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"
|
|
}
|