公告板
版本库
filestore
活动
搜索
登录
main
/
SnxxPyNetPack
少年修仙传服务端代码子仓库
概况
操作记录
提交次数
目录
文档
派生
对比
查看
|
历史
|
提交
|
提交对比
10238 【越南】【砍树】【主干】【港台】骑宠养成(增加骑宠养成活动,培养境界卡信息相关封包)
hxp
2024-08-14
2e002fda0477dd79ab89ebf445afecfe641e86f7
[SnxxPyNetPack]
/
ServerPack
/
MapServerPack
/
HB2_ActionMap
/
tagMCPushNotificationsSetting.h
提交
|
用户
|
age
ed7b73
1
//B2 02 推送提醒设置通知 #tagMCPushNotificationsSetting
H
2
3
struct tagMCPushNotificationsSetting
4
{
5
tagHead Head;
6
DWORD OnoffBit; // 按位约定开关
7
BYTE TimeLen;
8
char TimeStr[TimeLen]; // 时间字符串 01:02-05:00
9
};
10