We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f5507 commit 0d816faCopy full SHA for 0d816fa
1 file changed
TTT/ShopAPI/Configs/ArmorConfig.cs
@@ -1,7 +1,7 @@
1
namespace ShopAPI.Configs;
2
3
public record ArmorConfig : ShopItemConfig {
4
- public override int Price { get; init; } = 60;
+ public override int Price { get; init; } = 75;
5
public int Armor { get; init; } = 100;
6
public bool Helmet { get; init; } = true;
7
}
0 commit comments