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