From 5f7585ca0f292c0e7646e7d66a2b9cdb0fff4498 Mon Sep 17 00:00:00 2001 From: Kurt Date: Fri, 1 May 2020 19:27:07 -0700 Subject: [PATCH] Name property --- NHSE.Core/Structures/TurnipStonk.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NHSE.Core/Structures/TurnipStonk.cs b/NHSE.Core/Structures/TurnipStonk.cs index 6e554d4..a7af4e9 100644 --- a/NHSE.Core/Structures/TurnipStonk.cs +++ b/NHSE.Core/Structures/TurnipStonk.cs @@ -31,7 +31,7 @@ public class TurnipStonk // GSaveShopKabu public uint SellSaturdayPM { get; set; } public TurnipPattern Pattern { get; set; } // KabukaPattern - public uint Unk_6C4E0099 { get; set; } + public uint FeverStart { get; set; } } public enum TurnipPattern : uint