Botpack
Class ServerInfoTeam

source: e:\games\UnrealTournament\Botpack\Classes\ServerInfoTeam.uc
Core.Object
   |
   +--Engine.Actor
      |
      +--Engine.Info
         |
         +--Botpack.ServerInfo
            |
            +--Botpack.ServerInfoTeam
Direct Known Subclasses:ServerInfoAS, ServerInfoCTF, ServerInfoDOM

class ServerInfoTeam
extends Botpack.ServerInfo



Source Code


00001	class ServerInfoTeam expands ServerInfo;
00002	
00003	defaultproperties
00004	{
00005	}

End Source Code