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;