版本
menu
Select the service center to be connected. If your game service is located outside mainland China, set REGION_INTERNATIONAL. If your game service is located within mainland China, set REGION_DEFAULT.
/** * @brief 设置 GME 连接地区。 * @param[in] GME 连接地区的名称。 * REGION_DEFAULT:默认设置 * REGION_INTERNATIONAL:数据存储在新加坡 * REGION_AWS:AWS 架构(待定) */ extern "C" void GMEPlugin_API_CALL GMEWWisePlugin_SetRegion(GMEWWisePlugin_Region region);