mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-22 23:29:22 +01:00
let file shards register against main or so
This commit is contained in:
parent
532c123927
commit
3a9f93b157
12 changed files with 457 additions and 48 deletions
|
|
@ -0,0 +1,8 @@
|
|||
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; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue