Skip to content

Commit

Permalink
Update Maple2.File.Parser/Xml/Table/UgcHousingPointReward.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Zin <62830952+Zintixx@users.noreply.github.com>
  • Loading branch information
AngeloTadeucci and Zintixx authored Feb 9, 2025
1 parent e4effb3 commit 6eee2e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Maple2.File.Parser/Xml/Table/UgcHousingPointReward.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ public partial class UgcHousingPointRewardRoot {
public partial class UgcHousingPointReward {
[XmlAttribute] public int housingPoint;
[XmlAttribute] public int individualDropBoxId;
[XmlAttribute] public string icon;
[XmlAttribute] public string stringKey;
[XmlAttribute] public string icon = string.Empty;
[XmlAttribute] public string stringKey = string.Empty;
}

0 comments on commit 6eee2e1

Please sign in to comment.