. */ namespace GameQ\Protocols; /** * Class Dods * * @package GameQ\Protocols * @author Austin Bischoff */ class Dods extends Source { /** * String name of this protocol class * * @type string */ protected $name = 'dods'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Day of Defeat: Source"; }