Improved comment

This commit is contained in:
Chomp
2025-10-20 15:37:24 +01:00
parent 49596fcabf
commit 97a41369d9
@@ -127,7 +127,7 @@ public record BotConfig : BaseConfig
public required HashSet<string> BotRolesThatMustHaveUniqueName { get; set; }
/// <summary>
/// Bot roles that must have a unique name when generated vs other bots in raid
/// Values relating to the weekly boss system - a boss is randomly picked each week to spawn at 100% of the time
/// </summary>
[JsonPropertyName("weeklyBoss")]
public required WeeklyBossSettings WeeklyBoss { get; set; }