. */ /** * Natural Selection 2 Protocol Class * * Note that the query port is the server connect port + 1 * * @author Austin Bischoff */ class GameQ_Protocols_Ns2 extends GameQ_Protocols_Source { protected $name = "ns2"; protected $name_long = "Natural Selection 2"; /** * Default port for this server type * * @var int */ protected $port = 27016; }