. */ namespace GameQ\Protocols; /** * Urban Terror Class * * @package GameQ\Protocols * @author Austin Bischoff */ class Urbanterror extends Quake3 { /** * String name of this protocol class * * @type string */ protected $name = 'urbanterror'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Urban Terror"; /** * The client join link * * @type string */ protected $join_link = "urt://%s:%d/"; }