namespace MissionTmaLib;
public record ClansFileData(int ClanFeatureSet, int ClanCount, List<ClanInfo> ClanInfos);