. */ namespace GameQ\Protocols; /** * Class Fistful of Frags * * @package GameQ\Protocols * @author Austin Bischoff * @author Jesse Lukas */ class Fof extends Source { /** * String name of this protocol class * * @type string */ protected $name = 'fof'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Fistful of Frags"; }