namespace PaintballBaddies;
/// <summary>Consistent roster sound identity; native sound events randomize recorded shots.</summary>
public static class CharacterMarkerSound
{
public static string For(int index)=>$"sounds/paintball/roster/character_{System.Math.Clamp(index,0,5)}.sound";
}