. */ namespace GameQ\Protocols; /** * Class Projectrealitybf2 * * Based off of BF2 * * @package GameQ\Protocols * @author Austin Bischoff */ class Projectrealitybf2 extends Bf2 { /** * String name of this protocol class * * @type string */ protected $name = 'projectrealitybf2'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Project Reality: Battlefield 2"; }