mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 15:07:23 +01:00
8 lines
No EOL
242 B
C#
8 lines
No EOL
242 B
C#
namespace MareSynchronosShared.Utils.Configuration;
|
|
|
|
public class ShardConfiguration
|
|
{
|
|
public List<string> Continents { get; set; }
|
|
public string FileMatch { get; set; }
|
|
public Dictionary<string, Uri> RegionUris { get; set; }
|
|
} |