mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
修复好感度最大值未保存的错误
This commit is contained in:
parent
abcd507ec4
commit
8b8a1ba9c2
@ -293,7 +293,7 @@ public class GameSave_VPet : IGameSave
|
||||
/// </summary>
|
||||
[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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user