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 f44c42d commit 6e4d957Copy full SHA for 6e4d957
1 file changed
TTT/SpecialRoundAPI/Configs/SilentRoundConfig.cs
@@ -1,5 +1,5 @@
1
namespace SpecialRoundAPI.Configs;
2
3
public record SilentRoundConfig : SpecialRoundConfig {
4
- public override float Weight { get; init; } = 0.5f;
+ public override float Weight { get; init; } = 0.2f;
5
}
0 commit comments