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