公告板
版本库
filestore
活动
搜索
登录
main
/
SnxxPyNetPack
少年修仙传服务端代码子仓库
概况
操作记录
提交次数
目录
文档
派生
对比
查看
|
历史
|
提交
|
提交对比
6026 子 【开发】【1.5.100】诛仙装备开发 / 【后端】【1.5.100】诛仙装备分解
xdh
2019-01-23
a7d0088f092f3899f4cf8ee75a6420754556a628
[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