UTBrowser
Class UTBrowserMainClientWindow

source: e:\games\UnrealTournament\UTBrowser\Classes\UTBrowserMainClientWindow.uc
Core.Object
   |
   +--UWindow.UWindowBase
      |
      +--UWindow.UWindowWindow
         |
         +--UWindow.UWindowClientWindow
            |
            +--UBrowser.UBrowserMainClientWindow
               |
               +--UTBrowser.UTBrowserMainClientWindow
Direct Known Subclasses:None

class UTBrowserMainClientWindow
extends UBrowser.UBrowserMainClientWindow



Source Code


00001	class UTBrowserMainClientWindow expands UBrowserMainClientWindow;
00002	
00003	defaultproperties
00004	{
00005	     ServerListWindowClass="UTBrowser.UTBrowserServerListWindow"
00006	     FavoriteServersClass="UTBrowser.UTBrowserFavoriteServers"
00007	     UpdateServerClass="UTBrowser.UTBrowserUpdateServerWindow"
00008	}

End Source Code