Skip to content

Commit

Permalink
我受够了
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealKamisama committed Apr 1, 2024
1 parent c5d54de commit e9421a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WFBot/Features/Utils/WFObjects.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1782,8 +1782,8 @@ public class WFInvasion
}
public class Attacker
{
private RewardInfo reward1;
[JsonProperty("reward")]
private RewardInfo reward1;
public RewardInfo Reward
{
get => reward1 ?? new RewardInfo();
Expand Down

0 comments on commit e9421a0

Please sign in to comment.