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