Change Services Comments

Changed comments to XML standard
Added missing comments
Adjusted wording on some comments for clarity.
This commit is contained in:
TetrisGG
2025-03-09 13:30:15 +01:00
committed by TetrisGG
parent c872dd3d7f
commit 86f31fe202
31 changed files with 1263 additions and 1146 deletions
@@ -56,10 +56,10 @@ public class BotWeaponModLimitService(
}
/// <summary>
/// Check if weapon mod item is on limited list + has surpassed the limit set for it
/// Exception: Always allow ncstar backup mount
/// Exception: Always allow scopes with a scope for a parent
/// Exception: Always disallow mounts that hold only scopes once scope limit reached
/// Check if weapon mod item is on limited list + has surpassed the limit set for it <br/>
/// Exception: Always allow ncstar backup mount <br/>
/// Exception: Always allow scopes with a scope for a parent <br/>
/// Exception: Always disallow mounts that hold only scopes once scope limit reached <br/>
/// Exception: Always disallow mounts that hold only flashlights once flashlight limit reached
/// </summary>
/// <param name="botRole">role the bot has e.g. assault</param>