. */ namespace GameQ\Protocols; /** * Class Empyrion - Galactic Survival * * @package GameQ\Protocols * @author Austin Bischoff * @author TacTicToe66 */ class EgS extends Source { /** * String name of this protocol class * * @type string */ protected $name = 'egs'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Empyrion - Galactic Survival"; /** * query_port = client_port + 1 * * @type int */ protected $port_diff = 1; }