mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-12 21:04:44 +01:00
gather reward partial impl
This commit is contained in:
@@ -109,6 +109,9 @@ namespace AscNet.Common.Database
|
||||
[BsonRequired]
|
||||
public List<HeadPortraitList> HeadPortraits { get; set; }
|
||||
|
||||
[BsonElement("gather_rewards")]
|
||||
public List<int> GatherRewards { get; set; } = new();
|
||||
|
||||
[BsonElement("team_groups")]
|
||||
[BsonRequired]
|
||||
[BsonDictionaryOptions(DictionaryRepresentation.ArrayOfDocuments)]
|
||||
|
||||
@@ -1025,6 +1025,13 @@ namespace AscNet.Common.MsgPack
|
||||
}
|
||||
|
||||
|
||||
[global::MessagePack.MessagePackObject(true)]
|
||||
public class NotifyGatherReward
|
||||
{
|
||||
public Int32 Id { get; set; }
|
||||
}
|
||||
|
||||
|
||||
[global::MessagePack.MessagePackObject(true)]
|
||||
public class NotifyDrawTicketData
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user