公告板
版本库
filestore
活动
搜索
登录
main
/
SnxxPyNetPack
少年修仙传服务端代码子仓库
概况
操作记录
提交次数
目录
文档
派生
对比
查看
|
历史
|
提交
|
提交对比
8346 【恺英】【后端】协助系统(增加boss伤血榜单通知)
hxp
2019-12-04
dfd91a26f5c18ce3ef98c8ac421ea3a3b0a98791
[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