バージョン
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インフラ(TBD) */ extern "C" void GMEPlugin_API_CALL GMEWWisePlugin_SetRegion(GMEWWisePlugin_Region region);