. */ namespace GameQ\Protocols; /** * Class Css * * @package GameQ\Protocols * @author Austin Bischoff */ class Css extends Source { /** * String name of this protocol class * * @type string */ protected $name = 'css'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Counter-Strike: Source"; }