. */ namespace GameQ\Protocols; /** * Class Crysiswars * * @package GameQ\Protocols * * @author Austin Bischoff */ class Crysiswars extends Gamespy3 { /** * String name of this protocol class * * @type string */ protected $name = 'crysiswars'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Crysis Wars"; }