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