Skip to content

Commit

Permalink
Set PlayerItemLevel.Equipment nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
tparviainen committed Jan 27, 2024
1 parent beb8498 commit 6af2136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClashOfClans.Models/PlayerItemLevel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ public class PlayerItemLevel

public bool? SuperTroopIsActive { get; set; }

public PlayerItemLevelList Equipment { get; set; } = default!;
public PlayerItemLevelList? Equipment { get; set; }
}
}

0 comments on commit 6af2136

Please sign in to comment.