From 8b8a1ba9c23bd926700855bfdfacee3cdc801678 Mon Sep 17 00:00:00 2001 From: ZouJin Date: Sun, 17 Mar 2024 13:21:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A5=BD=E6=84=9F=E5=BA=A6?= =?UTF-8?q?=E6=9C=80=E5=A4=A7=E5=80=BC=E6=9C=AA=E4=BF=9D=E5=AD=98=E7=9A=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VPet-Simulator.Windows.Interface/GameSave_VPet.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VPet-Simulator.Windows.Interface/GameSave_VPet.cs b/VPet-Simulator.Windows.Interface/GameSave_VPet.cs index ad14cfd..c8c3ffc 100644 --- a/VPet-Simulator.Windows.Interface/GameSave_VPet.cs +++ b/VPet-Simulator.Windows.Interface/GameSave_VPet.cs @@ -293,7 +293,7 @@ public class GameSave_VPet : IGameSave /// [Line(name: "mode")] public ModeType Mode { get; set; } = ModeType.Nomal; - + [Line] public double LikabilityMax { get; set; } = 100; public double FeelingMax => 100 + (int)Math.Sqrt(Level) * 2;