Skip to content

Commit

Permalink
feat: Also parse ammo maxRestockCount
Browse files Browse the repository at this point in the history
  • Loading branch information
octfx committed Mar 2, 2024
1 parent 661294b commit 2d1046c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Loader/scdb.Xml/Entities/SAmmoContainerComponentParams.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ public class SAmmoContainerComponentParams
[XmlAttribute]
public double maxAmmoCount;

[XmlAttribute]
public double maxRestockCount;

[XmlAttribute]
public string ammoParamsRecord;
}
}
}

0 comments on commit 2d1046c

Please sign in to comment.