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