. */ namespace GameQ\Protocols; /** * Class Tf2 * * @package GameQ\Protocols * @author Austin Bischoff */ class Tf2 extends Source { /** * String name of this protocol class * * @type string */ protected $name = 'tf2'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Team Fortress 2"; }