初回起動フラグ追加

This commit is contained in:
kimura 2021-10-26 12:26:36 +09:00
parent 922b4dc6f4
commit 4728b6e25d
1 changed files with 4 additions and 0 deletions

View File

@ -128,6 +128,10 @@ public sealed class GameData {
[DataMember(Name = "Data37")]
public long kitchenRefreshTime= DateTime.UtcNow.ToBinary();
// tutorial
[DataMember(Name = "Data38")]
public bool isFirstPlay;
// mission
[DataMember(Name = "Data1001")]
public int TotalAddCoin { get; private set; }