. */ namespace GameQ\Protocols; /** * Call of Duty World at War Class * * @package GameQ\Protocols * @author naXe * @author Austin Bischoff */ class Codwaw extends Quake3 { /** * String name of this protocol class * * @type string */ protected $name = 'codwaw'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Call of Duty: World at War"; }