. */ namespace GameQ\Protocols; /** * Counter-Strike 1.5 Protocol Class * * @author Nikolay Ipanyuk * @author Austin Bischoff * * @package GameQ\Protocols */ class Cs15 extends Won { /** * String name of this protocol class * * @type string */ protected $name = 'cs15'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Counter-Strike 1.5"; }