. */ namespace GameQ\Protocols; /** * Wolfenstein Enemy Territory Protocol Class * * @package GameQ\Protocols * * @author Wilson Jesus <> */ class Et extends Quake3 { /** * String name of this protocol class * * @type string */ protected $name = 'et'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Wolfenstein Enemy Territory"; }