. */ namespace GameQ\Protocols; /** * Soldier of Fortune 2 Class * * @package GameQ\Protocols * @author Austin Bischoff */ class Sof2 extends Quake3 { /** * String name of this protocol class * * @type string */ protected $name = 'sof2'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Solder of Fortune II"; /** * The client join link * * @type string */ protected $join_link = "sof2mp://%s:%d/"; }