. */ namespace GameQ\Protocols; /** * Class Crysis2 * * @package GameQ\Protocols * * @author Wilson Jesus <> */ class Crysis2 extends Gamespy3 { /** * String name of this protocol class * * @type string */ protected $name = 'crysis2'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Crysis 2"; }