. */ namespace GameQ\Protocols; /** * Class Dod * * Based off of CS 1.6 * * @package GameQ\Protocols * @author Austin Bischoff */ class Dod extends Cs16 { /** * String name of this protocol class * * @type string */ protected $name = 'dod'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Day of Defeat"; }