Skip to content

Commit

Permalink
イベントレイドのデフォルトIDを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
rusted-coil committed Oct 23, 2020
1 parent 57579ac commit b6ccc99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OneStar/Preferences.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit b6ccc99

Please sign in to comment.