. */ namespace GameQ\Protocols; /** * Class No More Room in Hell * * @package GameQ\Protocols * @author Austin Bischoff * @author Jesse Lukas */ class Nmrih extends Source { /** * No More Room in Hell protocol class * * @type string */ protected $name = 'nmrih'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "No More Room in Hell"; }