. */ namespace GameQ\Protocols; /** * Class Stormworks * * @package GameQ\Protocols * @author Austin Bischoff * @author Jesse Lukas */ class Stormworks extends Source { /** * Stormworks protocol class * * @type string */ protected $name = 'stormworks'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Stormworks"; /** * query_port = client_port + 1 * * @type int */ protected $port_diff = 1; }