Files
2025-08-27 03:02:29 +02:00

8 lines
241 B
C#

namespace LightlessSyncShared.Utils.Configuration;
public class ShardConfiguration
{
public List<string> Continents { get; set; }
public string FileMatch { get; set; }
public Dictionary<string, Uri> RegionUris { get; set; }
}