Add unique ASF ID

This commit is contained in:
JustArchi
2016-12-07 14:05:19 +01:00
parent ac69473fb3
commit e937579c46
2 changed files with 10 additions and 4 deletions

View File

@@ -37,6 +37,9 @@ namespace ArchiSteamFarm {
}
};
[JsonProperty(Required = Required.DisallowNull)]
internal readonly Guid Guid = Guid.NewGuid();
[JsonProperty(Required = Required.DisallowNull)]
internal readonly InMemoryServerListProvider ServerListProvider = new InMemoryServerListProvider();