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