census update

This commit is contained in:
rootdarkarchon
2023-11-17 02:06:17 +01:00
parent 1522d8d7e7
commit e9775a3677
7 changed files with 72 additions and 5 deletions

View File

@@ -13,5 +13,7 @@ public class ServerConfig : IMareConfiguration
{ new ServerStorage() { ServerName = ApiController.MainServer, ServerUri = ApiController.MainServiceUri } },
};
public bool SendCensusData { get; set; } = true;
public int Version { get; set; } = 1;
}