. */ namespace GameQ\Protocols; /** * Class Cscz * * Based off of CS 1.6 * * @package GameQ\Protocols * @author Austin Bischoff */ class Cscz extends Cs16 { /** * String name of this protocol class * * @type string */ protected $name = 'cscz'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Counter-Strike: Condition Zero"; }