From b6ccc99e2f259c9b4150052528d1ec398ccc5b50 Mon Sep 17 00:00:00 2001 From: rusted-coil Date: Fri, 23 Oct 2020 20:44:30 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A4=E3=83=99=E3=83=B3=E3=83=88=E3=83=AC?= =?UTF-8?q?=E3=82=A4=E3=83=89=E3=81=AE=E3=83=87=E3=83=95=E3=82=A9=E3=83=AB?= =?UTF-8?q?=E3=83=88ID=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OneStar/Preferences.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OneStar/Preferences.cs b/OneStar/Preferences.cs index 280ec52..15a9968 100644 --- a/OneStar/Preferences.cs +++ b/OneStar/Preferences.cs @@ -14,7 +14,7 @@ public class Preferences [JsonProperty] int m_GameVersion = 0; // イベントレイド - [JsonProperty] string m_EventId = "20200806"; + [JsonProperty] string m_EventId = "20201001"; // GPU使用 [JsonProperty] bool m_isUseGpu = false; @@ -149,7 +149,7 @@ public void Initialize() { m_Language = Language.Japanese; m_GameVersion = 0; - m_EventId = "20200806"; + m_EventId = "20201001"; m_isUseGpu = false; m_GpuLoop = 0; m_SearchShowDuration = false;