backgroundsss

This commit is contained in:
rfi
2023-12-13 09:18:07 +07:00
parent 303fb25027
commit d289d50221
3 changed files with 66 additions and 1 deletions

View File

@@ -112,6 +112,9 @@ namespace AscNet.Common.Database
[BsonElement("gather_rewards")]
public List<int> GatherRewards { get; set; } = new();
[BsonElement("use_background_id")]
public int UseBackgroundId { get; set; } = 14000001;
[BsonElement("team_groups")]
[BsonRequired]
[BsonDictionaryOptions(DictionaryRepresentation.ArrayOfDocuments)]