. */ namespace GameQ\Protocols; /** * Class Life is Feudal * * @package GameQ\Protocols * @author Austin Bischoff */ class Lifeisfeudal extends Source { /** * String name of this protocol class * * @type string */ protected $name = 'lifeisfeudal'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Life is Feudal"; /** * query_port = client_port + 2 * * @type int */ protected $port_diff = 2; }