From d3ef12de0dc844ffca349027368201b628b35d9a Mon Sep 17 00:00:00 2001 From: kimura Date: Mon, 21 Nov 2022 11:06:40 +0900 Subject: [PATCH] =?UTF-8?q?DataDownloader.cs=20=E3=82=B9=E3=82=AF=E3=83=AA?= =?UTF-8?q?=E3=83=97=E3=83=88URL=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- popcorn/Assets/MyGame/Editor/DataDownloader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popcorn/Assets/MyGame/Editor/DataDownloader.cs b/popcorn/Assets/MyGame/Editor/DataDownloader.cs index dc7f3efb..9ed7290e 100644 --- a/popcorn/Assets/MyGame/Editor/DataDownloader.cs +++ b/popcorn/Assets/MyGame/Editor/DataDownloader.cs @@ -6,7 +6,7 @@ using System.Collections.Generic; public class DataDownloader { - private static readonly string WebServiceUrl = "https://script.google.com/macros/s/AKfycbyenMGJNEy3M_P37lWZavGe0gwLMI91qiew12XE6kmnsLdcwAI/exec"; + private static readonly string WebServiceUrl = "https://script.google.com/macros/s/AKfycbzD5du7vEEN1C_xicgXDSO66uvBpAsLhfIMz9UuU1WCfj0sOGsQM17OR4wWC1FVGx4e3Q/exec"; private static readonly string SpreadsheetId = "1z3jzHxHo9FPthm2K_cuL3lCZDfwTnbEjI0tG1D4YPPc"; private static readonly string LangSpreadsheetId = "1Eq7VNB2MqzdotBwaf71dqZ1MIU_HrEjPxIfNBeFlTr8"; private static readonly string Password = "hogehogehogeo";