mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-13 00:14:34 +01:00
Merge branch 'master' of https://git.lewd.wtf/pgr/ascnet
This commit is contained in:
@@ -314,6 +314,26 @@ namespace AscNet.GameServer.Handlers
|
|||||||
};
|
};
|
||||||
session.SendPush(notifyFiveTwentyRecord);
|
session.SendPush(notifyFiveTwentyRecord);
|
||||||
|
|
||||||
|
PurchaseDailyNotify purchaseDailyNotify = new()
|
||||||
|
{
|
||||||
|
ExpireInfoList = { },
|
||||||
|
DailyRewardInfoList = { },
|
||||||
|
FreeRewardInfoList = { }
|
||||||
|
};
|
||||||
|
session.SendPush(purchaseDailyNotify);
|
||||||
|
|
||||||
|
NotifyPurchaseRecommendConfig notifyPurchaseRecommendConfig = new()
|
||||||
|
{
|
||||||
|
Data = { }
|
||||||
|
};
|
||||||
|
session.SendPush(notifyPurchaseRecommendConfig);
|
||||||
|
|
||||||
|
NotifyBackgroundLoginData notifyBackgroundLoginData = new()
|
||||||
|
{
|
||||||
|
HaveBackgroundIds = { }
|
||||||
|
};
|
||||||
|
session.SendPush(notifyBackgroundLoginData);
|
||||||
|
|
||||||
NotifyMedalData notifyMedalData = new()
|
NotifyMedalData notifyMedalData = new()
|
||||||
{
|
{
|
||||||
MedalInfos = { }
|
MedalInfos = { }
|
||||||
@@ -470,6 +490,8 @@ namespace AscNet.GameServer.Handlers
|
|||||||
};
|
};
|
||||||
session.SendPush(notifyTrialData);
|
session.SendPush(notifyTrialData);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
NotifyPivotCombatData notifyPivotCombatData = new()
|
NotifyPivotCombatData notifyPivotCombatData = new()
|
||||||
{
|
{
|
||||||
PivotCombatData = { }
|
PivotCombatData = { }
|
||||||
|
|||||||
Reference in New Issue
Block a user