UBrowser
Class UBrowserSupersetList

source: e:\games\UnrealTournament\UBrowser\Classes\UBrowserSupersetList.uc
Core.Object
   |
   +--UWindow.UWindowBase
      |
      +--UWindow.UWindowList
         |
         +--UBrowser.UBrowserSupersetList
Direct Known Subclasses:None

class UBrowserSupersetList
extends UWindow.UWindowList


Variables
 UBrowserServerListWindow SupersetWindow


Source Code


00001	class UBrowserSupersetList expands UWindowList;
00002	
00003	var UBrowserServerListWindow SupersetWindow;
00004	
00005	defaultproperties
00006	{
00007	}

End Source Code